Bobmuhthol
08-23-2005, 06:34 PM
#eliaku.Cmd
Start:
matchbool yes $stuff$Eliaku$otherstuff$
matchwait
set times getrand(1, 100)
chat:
if(%times% > 0)
put chat to eliaku "%stuff%" APPEARED BEFORE THE NAME ELIAKU. "%otherstuff%" APPEARED AFTER IT. THIS MESSAGE WILL BE SENT A RANDOM NUMBER OF TIMES BETWEEN 1 AND 100 INCLUSIVE.
set times math(%times% - 1)
goto chat
else
pause 3
goto Start
endif
[Edited on 8-23-2005 by Bobmuhthol]
Start:
matchbool yes $stuff$Eliaku$otherstuff$
matchwait
set times getrand(1, 100)
chat:
if(%times% > 0)
put chat to eliaku "%stuff%" APPEARED BEFORE THE NAME ELIAKU. "%otherstuff%" APPEARED AFTER IT. THIS MESSAGE WILL BE SENT A RANDOM NUMBER OF TIMES BETWEEN 1 AND 100 INCLUSIVE.
set times math(%times% - 1)
goto chat
else
pause 3
goto Start
endif
[Edited on 8-23-2005 by Bobmuhthol]