View Single Post
  #17  
Old 03-15-2001, 07:13 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Tyhm
In whatever you people use for timeout loops now:
NPC Code:

if (created||timeout) {
if(strequals(#m,idle)) this.idle++;
else this.idle=0;
if(this.idle>60) setcharani bored,;
timeout = 0.05;
}

I used a code similar to that one for an offline unstick me NPC .
__________________

Reply With Quote