mIRC Homepage
Posted By: XilGlac Timer Text - 13/08/04 09:24 PM
I need a script that say every 2 mins says a certain line of text
Posted By: whatsthedillio Re: Timer Text - 13/08/04 09:36 PM
alias timewords {
timer $1 $2 $3- }
}
in remotes
then u can type /timewords 1 120 message
for the timer to say once "1"
120 seconds "120"
then message like "//msg #channel message"
note:
/timer 0 120 message
0 = infinite
or if u want just message without adding the times
alias timewords {
timer 0 120 $1- }
}
that will work infinitly every 2 mins
as long as your message is "/msg #channel message here"
Posted By: Coolkill Re: Timer Text - 13/08/04 10:10 PM
Just curious but why did you create an alias /timewords to do the exact same thing as /timer.

Eamonn.
© mIRC Discussion Forums