Well,my script is PsychoScript and i have this on the main mirc tab:
I would like to know if this is normal or if its a mistake in the script,if its a mistake,i would like you to help me fix it.
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
[18:14:43] [color=green]Ping? Pong![/color]
Regards Freakway~
It is normal.
It just says a timer has started, And when the timer stopped it says halted.
If you want to find the timer/timers in the script, add !. to the front of timer
for example, it may be
timer 1 1 vcmp.say 1 blah
or
/timer 1 1 vcmp.say 1 blah
or even
.timer 1 1 vcmp.say 1 blah
in which case, change it to
!.timer 1 1 vcmp.say 1 blah
and you wont get any more spam :)