Alatyami
NotAddicted.com Engineer (Retired)
- Joined
- Dec 21, 2004
- RedCents
- 804¢
Edit: Took out the the additional delays and loop because simply put it doesn't need it. With the original one the GMCheck would have taken at least 1m 1s for doing what only takes about 2s to do ...
Here you go ... a GMCheck that works off of a /who all GM.
Made it easy to upgrade you mac's simply take out your old function for GMCheck and add
at the top of your mac.
Oh and don't forget to put this in your macros folder:
WhoAllGm.inc
Here you go ... a GMCheck that works off of a /who all GM.
Made it easy to upgrade you mac's simply take out your old function for GMCheck and add
Rich (BB code):
#include WhoAllGm.inc
Oh and don't forget to put this in your macros folder:
WhoAllGm.inc
Rich (BB code):
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WhoAllGm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
|~ Developer: Alatyami, RedGuides.com
|~ This is a simple include for your macros. Ever feel like knowing if a GM is in
|~ cshome and some a zone before your get there? Well now you can! It slices ...
|~ it dices ... it will even pause your macro!
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
#Event GM "#*#GM#*#"
#Event GUIDE "#*#Guide#*#"
sub GMCheck
/who all GM
/delay 1s
/doevents
/return
sub Event_GM
/echo Fookin' GM's ... Pausing for 5 minutes
/delay 5m
/call GMCheck
/return
sub Event_GUIDE
/echo Guides really do need to get a real job ... Pausing for 5 minutes
/delay 5m
/call GMCheck
/return
Last edited:




