In GitLab by @Knightly1 on Oct 7, 2020, 19:41
If you enable #warning on your macro and load MQ2Melee before loading MoveUtils, you'll get a paused macro due to an undefined Stick variable. This should be evaluated at runtime only if MoveUtils is loaded. Example Macro:
#warning
Sub Main
/echo Start of Test Issue 2
/plugin mq2moveutils unload noauto
/plugin mq2melee unload noauto
/plugin mq2melee noauto
/echo End of Macro
/return
In GitLab by @Knightly1 on Oct 7, 2020, 19:41
If you enable
#warningon your macro and load MQ2Melee before loading MoveUtils, you'll get a paused macro due to an undefined Stick variable. This should be evaluated at runtime only if MoveUtils is loaded. Example Macro: