Delay in a timer

Posted by Gutlan on Wed 03 Dec 2008 10:11 PM — 3 posts, 15,295 views.

#0
I'm trying to set up a timer that adds a delay into the timer allowing 2 commands to be executed. The full length of the timer would be about 60 seconds. The timer would fire 'prepare rejuvenate'; -wait 20 seconds-;'cast rejuvenate' which would last about 40 seconds, then it would refire the timer. making a loop of the command over and over and over until I disable the timer. Any suggestions? I'm new to this.
Netherlands #1
Make a timer that ticks every minute. In it, put the following code (use Send to Script with Lua language):

Send("prepare rejuvenate")
DoAfter(20, "cast rejuvenate")
Australia Forum Administrator #2
Also see: See: http://www.gammon.com.au/faq point 25.