Thread: Remove
View Single Post
  #5  
Old 07-17-2002, 12:02 AM
user13-xo user13-xo is offline
Registered User
Join Date: Nov 2001
Location: California
Posts: 297
user13-xo is on a distinguished road
Send a message via AIM to user13-xo
Quote:
Originally posted by Dragona2002
okay thx for number 2 but 1 doesnt make sense = /
it only will destroy the NPC on the board not in inventory = /
If there is a NPC Server you could use

removeweapon WeaponName;

or you could make a script like

if (playertouchsme) toweapons WeaponName;
if (weaponfired) destroy;
Reply With Quote