View Single Post
  #10  
Old 11-28-2006, 08:58 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
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..
Reply With Quote