View Single Post
  #1  
Old 07-05-2013, 04:05 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Control-NPC troubles

Hello, I am trying to add some weapons, stats, and such to the player when they log in using the Npcscript: Control-NPC.

I was wondering what I need to insert to execute the actions I want it to preform?

PHP Code:
function onActionServerside()
{
 
//Do I need Something Here?
 
{
  
//Set stats and add the weapons
  
}
 } 
How it is with just the onActionServerside() doesn't work. I also tried triggering it through CLIENTSIDE but I don't think that worked.
Reply With Quote