How does one properly do this withint he confines of the MQ2 Syntaxs?:
/if ( (Statement A and STatement B) OR (Statement A and Statement D) )
Moderator: MacroQuest Developers
Code: Select all
/if ((${Me.PctMana} && !${Me.PctHPs}) || (!${Me.PctMana} && ${Me.PctHPs})) {