Learningcurve
Member
- Joined
- Jan 30, 2006
- RedCents
- 21¢
A little macro to spam your LD buddy till they go out of server and hopefully log them in faster. Or one of your boxed toons of course



Rich (BB code):
|YELL.MAC
|By LearningCurve
|
|Usage /macro Yell TOONNAME
|
|Special thanks to Alatyami and PMS who helped me get this right.
|Use this to Spam your LD buddy till he drops off the server
#turbo 20
#Event offline "#*#is not online at this time.#*#"
Sub Main
/declare LinkDead string outer
/if (!${Defined[Param0]}) {
/echo Param0 is not defined
/popup [DEFINE WHO YOUR YELLING TO! USE /MACRO YELL TOONNAME]
/ENDMAC
} else {
/varset LinkDead ${Param0}
/echo Rx: ${LinkDead}
}
:loop
/tell ${LinkDead} Ya crack head Get off the net!
/doevents
/delay 1
/goto :loop
Sub event_offline
/beep
/beep
/beep
/popup [Good ol' ${LinkDead} OFFLINE NOW, you can log them back in]
/SAY ${LinkDead} is OFFLINE NOW
/who
/time
/endmac
/return




