Quote:
Originally Posted by Rufus
Yeah, a regular Weapon NPC should do, unless you want to include it into a "System" NPC so you don't have tons of NPCs for different things. It all depends on how the script is in NPC-Control, but you can probably something like "Emoticons","Tiles" so you don't have to keep reusing the same script.
|
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");