Code: Select all
:GMAlert
/alert add 1 pc GM
/goto :chkevent
:chkevent
/press esc
/target alert 1
/if $target()!=FALSE
{
/sit
/delay 3
/camp
/reply Camping
/guild Night
}
/goto :chkevent
/return
Moderator: MacroQuest Developers

Code: Select all
:GMAlert
/alert add 1 pc GM
/goto :chkevent
:chkevent
/press esc
/target alert 1
/if $target()!=FALSE
{
/sit
/delay 3
/camp
/reply Camping
/guild Night
}
/goto :chkevent
/return