Thread: Remove
View Single Post
  #2  
Old 07-16-2002, 09:35 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
1: Make a weapon like this
If (playerenters) {
toweapons Bomb;
destroy;
}
Voila

2: Unset the flag
if (playerenters) unset itemname;
Reply With Quote