Thread: Tilesets
View Single Post
  #33  
Old 03-02-2009, 07:06 AM
xfazex xfazex is offline
Registered User
Join Date: Feb 2009
Location: Eastern Shore, Maryland USA
Posts: 81
xfazex is an unknown quantity at this point
Send a message via AIM to xfazex Send a message via MSN to xfazex Send a message via Yahoo to xfazex
Quote:
Originally Posted by Rufus View Post
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"); 
Reply With Quote