View Single Post
  #7  
Old 07-23-2008, 11:42 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
In the control NPC script, something like this:

PHP Code:
function onActionPlayerOnline()
{
  
temp.weapons = { "weapon1""weapon2" };
  
  for ( 
temp.weapon weapons )
  {
    
player.addweaponweapon );
  }

I recommend using my control-npc I released, it will do most of this for you. (http://forums.graalonline.com/forums...ad.php?t=77750)
__________________
Reply With Quote