View Single Post
  #9  
Old 03-12-2001, 10:30 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
Yup, if (blah) for some reasno also checks for another flag to be true, so if you put a constant timeout loop in the NPC which should show it should work, like this to be exact:

NPC Code:
if (created||timeout) {
if (blah) {
show;
}
else {
hide;
}
timeout = 0.05;
}

__________________

Reply With Quote