|
I am not too sure, but I am pretty sure you can use triggerserver, I think I've seen it used before inside a class...
Make a new function that finds the NPC and also sends the action to the serverside
function onCreated()
{
this.tiggerServer(pars);
}
That basically finds the current NPC (findNPC()) and then do the actionServerside part! |
Last edited by xAndrewx; 11-28-2006 at 09:13 AM..
|