[TF] pausing between multiple commands
Brought to you by:
kenkeys
|
From: fbneal at mac.c. (B. Neal) - 2003-03-31 17:39:48
|
At 11:30 +0600 3/31/03, Asher Bond wrote: >i am trying to write a macro to do a series of spells, >but i don't want to overload the server >with a long queue of commands all at once. >is there a way to pause for a few seconds in between commands? Two ways I know to do it - check out /quote, or use a series of nested /repeat -N 1 statements. Galvin's mylib has a /delay function that works pretty well, too. if you don't mind being tied to that. B -- Brent Neal Geek of all Trades "Specialization is for insects" -- Robert A. Heinlein |