Quote:
Originally Posted by xfazex
So right now, my sys NPC looks like this...
PHP Code:
function onActionPlayerOnline() {
player.addWeapon("-System/Emotions");
I assume this will work?
PHP Code:
function onActionPlayerOnline() {
player.addWeapon("-System/Emotions","-System/Tiles");
|
You'd have to do:
PHP Code:
player.addweapon("-System/Emotions");
player.addweapon("-System/Tiles");