WoW:MACRO stopmacro: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page MACRO stopmacro to MACRO stopmacro without leaving a redirect)
 
(No difference)

Latest revision as of 04:48, 15 August 2023

Slash commands


Stop processing a macro

/stopmacro [conditions]...

Aliases[edit]

none


Arguments[edit]

none


Notes[edit]

No macro commands in the same macro will be executed after this command if one or more of conditions is true; this is usually for debugging or macro-simplification purposes.