Quote:
Originally Posted by DrakilorP2P
Maybe it's just asleep and you need to wake it by triggering an event?
|
It's triggering a function from the other NPC. The problem is that it won't update to the player, though is updated on the server, until player interaction occurs (onPlayerTouchsMe, onPlayerEnters).
Edit: Seems like having a timeout triggering (starting from onCreated) can update the NPC to the player.
Edit: That worked too, Jer, and will be more efficient, thanks. Still pretty weird that it needs this in the first place.