Thread: Script Halting
View Single Post
  #5  
Old 09-19-2005, 10:21 PM
calani calani is offline
Scriptess
calani's Avatar
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
calani is on a distinguished road
Send a message via AIM to calani
horribly simple way of doing it based on one of the suggestions i posted earlier:

NPC Code:

function onTimeout() {
if (!this.scriptpaused) {
stuff();
}
setTimer(.1);
}

__________________
Reply With Quote