Basically, here's what I want to do:
Code: Select all
Sub CheckAdds
:KeepWaiting
/if A_Mob_01 is within 100 ticks of me {
/doevents InvisBroke
/goto :KeepWaiting
}
/return
Moderator: MacroQuest Developers
Code: Select all
Sub CheckAdds
:KeepWaiting
/if A_Mob_01 is within 100 ticks of me {
/doevents InvisBroke
/goto :KeepWaiting
}
/return