[TF] Re: Timer Functions
Brought to you by:
kenkeys
|
From: rb at tertius.net.au (R. Buchanan) - 2003-02-21 07:36:54
|
Bernardo Clavijo wrote: > Hello, I new to the list, and so to tf. > I'm programming my firsts macros, & want to execute some commands every, > i.e. 60 seconds. How could I do it? This is how I do it: /def do_idle = \ /repeat -0:10 1 /do_idle %;\ /send -W foo That little macro sends the word "foo" to the world you start it in, every 10 minutes. Check out /help repeat for more info. Regards, Ricky -- : Usual state: (e) None of the above. : rb...@te... http://tertius.net.au/~rb/ : Opportunities are usually disguised as hard work, so most people : don't recognize them. |