Skip to content

#warning pauses macros if MoveUtils is loaded second #2

@Redbot

Description

@Redbot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions