Something I did in similar situations for the pulse-based bots of WoW was use timers based on ${LavishScript.RunningTime}. Basically, when you want to start "waiting", you set a variable to something like ${Math.Calc[${LavishScript.RunningTime}+3000]} (now + 3 seconds), then simply keep...