View Single Post
  #7  
Old 05-11-2002, 11:57 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
keep a string or something with the weapon list in it (of the player)
NPC Code:

for (this.inc=0;this.inc<weaponscount;this.inc++) {
if (!startswith(-,#w(this.inc))) {
addstring player.weaponlist,#w(this.inc);
}
}

__________________
[signature]insert here[/signature]
Reply With Quote