From what i understand it can be written many ways such as:
Code: Select all
/if $target()==FALSE
/if "$target()"==FALSE
/if $target()=="FALSE"
/if "$target()"=="FALSE"
Moderator: MacroQuest Developers
Code: Select all
/if $target()==FALSE
/if "$target()"==FALSE
/if $target()=="FALSE"
/if "$target()"=="FALSE"