mIRC Homepage
Posted By: LeRay0409 Timer Help! - 04/07/14 06:58 PM
So I am new to this script stuff. Been looking around at the timer scripts and was wanting to know if it is possible to make a time command that will post commands without being promoted. If so could someone kindly show me how to make it.

Thank you in advance.
Posted By: sparta Re: Timer Help! - 04/07/14 07:49 PM
A example

//timer 1 60 echo -a A minute!

1 = how many times.
60 = time. 60 = 1 minute, 120 = 2 minutes and so on.

Take a look at /help timers
and also /help msg
Posted By: LeRay0409 Re: Timer Help! - 05/07/14 09:51 AM
Originally Posted By: sparta
A example

//timer 1 60 echo -a A minute!

1 = how many times.
60 = time. 60 = 1 minute, 120 = 2 minutes and so on.

Take a look at /help timers
and also /help msg


Thank you very much for the help smile

Would this work in the remote section? As I want my username to say it in a chat?
Posted By: sparta Re: Timer Help! - 05/07/14 06:27 PM
You can make a alias of it yes.
Code:
; Trigger, /timerstart
alias timerstart {
 timer 1 60 echo -a Started
]

Replace 1 with a 0 will keep on going untill you stop it your self.

And the code goes in to your remote (ALT + R)
If you get a error, use !timer ..
© mIRC Discussion Forums