Thread: Tilesets
View Single Post
  #2  
Old 03-02-2009, 04:37 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by xfazex View Post
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"); 
Reply With Quote