Thread: "shifting" NPCs
View Single Post
  #23  
Old 10-13-2001, 07:40 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
NPC Code:
if (created) {
if (this.startupvarthing==0) x+=0.5;
this.startupvarthing=1;
}

Could be a temporary solution to the recalling of the created flag.
__________________

Reply With Quote