Thread: Sleep...
View Single Post
  #1  
Old 01-13-2003, 01:47 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Sleep...

Well, I am scripting a baddie for Oasis and Konidias said he doesn't want sleep in it. And I can not figure out howto do this some other way...

NPC Code:

function doSword()
{
if(abs(this.dx)<=2.3&&abs(this.dy)<=2.3){
checkDir();
setcharani sword,;
sleep.5;
}
}



I can't figure out some other method of waiting...
__________________
new account: Trevor
Reply With Quote