It all depends on how you want the timer to work. To calculate in milliseconds, you must add the "-m" switch.

If you want to use seconds then: //timerX 1 60 echo -a 60 seconds have passed
If you want to use milliseconds then: //timerX -m 1 60000 echo -a 60000 milliseconds have passed

For a more accurate measurement of a short period of time, it is better to use milliseconds.
For example, if you want the timer to run for "1.5" seconds, then that would be equal to "1500" milliseconds.


More details can be found in the help documentation:



🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples