New GM Alert

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

Luc`Dragon
orc pawn
orc pawn
Posts: 13
Joined: Tue Feb 04, 2003 5:34 pm

New GM Alert

Post by Luc`Dragon » Fri Feb 07, 2003 11:32 am

I think this will work, gimme yer input please.

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 
I modded this from somewhere else, forgot though.