insert laugh here
Member
- Joined
- May 27, 2005
- RedCents
- 0¢
I have a macro i am using trying to write a gm checker that will
pause the macro everytime it detects a gm online
here is the command so far but it doesnt work
help pls
:asktaskmaster
/varset TaskSetting 0
/who all GM
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/delay 300s
/return
}
pause the macro everytime it detects a gm online
here is the command so far but it doesnt work
help pls
:asktaskmaster
/varset TaskSetting 0
/who all GM
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/beep
/delay 300s
/return
}