Quote:
Originally Posted by ffcmike
This is because of serverside to clientside synchronisation not occurring outside of triggers/events.
Try using a .trigger() on the NPC rather than a public function.
|
Alternatively you can just do
this.trigger("update"); and leave everything else as it is.