0 Members and 1 Guest are viewing this topic.
<command type="script" mode="thread"><in>!StartTimer!</in>### Timer output message<out>#c1#Starting the #c8#timer #c1#loop now.</out><out>#c1#Line #c8#2#c1#.</out><out>#c1#Line #c8#3#c1#.</out><out>#c1#Line #c8#4#c1#.</out>### set the extdata number to the delay you want in milliseconds### i.e. 1000 = 1 second. 60000 = 1 minute. 3600000 = 1 hour.<out type="sleep" extdata="60000"></out><out type="self">!StartTimer!</out></command>
Yes, help in development of a new WinMx client! You would be a hero to many lol
<OnTimer interval="4500"><out>LINE 1</out><out>LINE 2</out><out>LINE 3</out><out>LINE 4</out></OnTimer>
<OnJoinRoom type="script"><out type="pop" extdata="Triggered"></out><out type="self">!StartTimer!</out></OnJoinRoom><command type="script" mode="thread"><in users="_BOT_SELF_TRIGGER_">!StartTimer!</in><out>#c1#Starting the #c8#timer #c1#loop now.</out><out type="sleep" extdata="1000"></out><out type="goto" extdata="-1" condition="==" lvalue="%USERVAR[Triggered]%" rvalue=""></out><out>#c1#Exiting the #c8#loop#c1#.</out></command><command type="script"><in>!StopTimer!</in><out type="break" condition="==" lvalue="%NAME%" rvalue="_BOT_SELF_TRIGGER_"></out><out type="push" extdata="Triggered">stop</out></command>
<OnTimer type="script" interval="4500">