mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2021
Posts: 7
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Jun 2021
Posts: 7
this on text works fine other than it creates 2 timers and i cannot figure out why.

It creates an unamed timer (timer1) but it then creates the named timer.

Code
on *:TEXT:*:#test: {
  if (word isin $1-) { timernamed 1 6 msg #test !play }
}

Joined: Jun 2021
Posts: 7
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Jun 2021
Posts: 7
I found the answer. I had a few timers in the default script that was loading along side my new files. Cleared out the default and it has fixed the problem


Link Copied to Clipboard