Log in

View Full Version : quest::wait()


McFox666
11-08-2004, 09:27 AM
Hi

would be a good feature for quest,
a quest::wait("X") which wait X ms before doing the next of the script.
As Scorpious2K seams to have done (http://scorpious2k.rogean.com/info/tutorials/Quests/Quests_4.htm) :p

McFox

fathernitwit
11-08-2004, 09:29 AM
set a timer and use it to continue your process later.
If you were to sleep/wait in a perl quest, EVERYTHING else in the zone besides some network IO would wait with you... thats not so good.