Thread: quest::wait()
View Single Post
  #2  
Old 11-08-2004, 09:29 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

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.
Reply With Quote