Skip to content
MSN

timers in script

A TG007 community discussion started by salix™.

Discussion 3 posts
Page 1 of 1
Open
Topic #1708 · 3 published posts · 509 views

have a script that uses the same timer twice. The script is really two games, and I need there to be a waiting period between the different instances.

I will clarify this: one game gives the player the opportunity to play "steal", the other game is a kind of "slots". If there are no timers, the roomiez

will be doing !steal and !slots constantly. Unfortunately, one timer interferes with the other one. Is there a way to use 2 different timers when using scripts ?

I have already tried splitting up the 2 games, but the timers still interfere with each other.

Thanks for any help.

I can send you the scripts if it is necessary.

I'm assuming you mean an mIRC script. If so, questions like this belong in the MSN/IRCd/IRCx section.

You can use a name with a timer to allow you to separate them:

/timersteal 0 10 steal

/timerslots 0 20 slots

The above's just an example; you can use any name and any alias/time

 

fixed.gif thanks a lott i try it

 

 

greets salixâ„¢

Edited Oct 22, 2004 5:35 AM by salixâ„¢