/goto¶
Syntax¶
/goto :<labelname>
Description¶
This moves the macro execution to the location of :labelname in the macro.
Example¶
:MyLabel
/if ( ${Me.Moving} ) /goto :MyLabel
/echo I am no longer moving!
Discussions that link here
This command is added by MacroQuest.
Republished and possibly modified from https://docs.macroquest.org/reference/commands/goto/