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.
It's also a bad idea to be using client. variables this way.
|
I'll convert them to clientr. variables when I'm done then. Thanks for pointing that out.