View Single Post
  #2  
Old 12-07-2001, 07:05 PM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
NPC Code:

if (playerenters) {
toweapons Bomb;
}
if (isweapon) {
destroy;
}



Just copy over the original weapon with a new, destructing weapon.
Reply With Quote