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.