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...