Macro to turn camera 180 degrees

Hello, I wanted to make a macro to turn my camera 180 degrees.

The one I seen online came up with a caution message.

"you are attempting to run a custom script. Running scripts could comprise your character causing the loss of items or gold.

Allow custom script"

Is this right?

The macro is /run flipcamerayaw(180)

I not pressed yes yet :joy:

The warning isn’t anything to be concerned about, that’s just because it’s your first time trying to execute script code and Blizzard wants to make sure you weren’t tricked into running shady stuff.

The command that you’ve shown here is safe, though the capitalization may be off, i’d use:
/script FlipCameraYaw(180)

You can simply run it again to undo (as current + 180 + 180 = current + 360 = current).

4 Likes

Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.