View Single Post
  #6  
Old 02-28-2002, 05:09 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
How do I destroy a weapon? like in the users inventory...
NPC Code:
if (platerenters&&strequals(#w,WeaponName&&isweapon)) {
destroy;
}

__________________
Reply With Quote