View Single Post
  #4  
Old 04-07-2010, 09:51 PM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Quote:
Originally Posted by DrakilorP2P View Post
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.
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.

Last edited by Switch; 04-07-2010 at 10:08 PM..
Reply With Quote