WoW:MACRO stopmacro: Difference between revisions
Jump to navigation
Jump to search
(Creation) |
No edit summary |
||
Line 3: | Line 3: | ||
Stop processing a macro | Stop processing a macro | ||
/stopmacro | /stopmacro [conditions]... | ||
== Aliases == | == Aliases == | ||
Line 14: | Line 14: | ||
== Notes == | == Notes == | ||
:No macro commands in the same macro will be executed after this command; this is usually for debugging purposes. | :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. |
Revision as of 14:57, 26 September 2011
Stop processing a macro
/stopmacro [conditions]...
Aliases
- none
Arguments
- none
Notes
- 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.