View Single Post
  #3  
Old 07-31-2001, 01:11 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
if you want for a certain weapon like bomb

if (playerenters) {toweapons bomb;
timeout=.5;}
if (hasweapon&&timeout) {destroy;}


this way you can replace the npc in the data base thing so if it's ever added with RC it will destroy itself.
Reply With Quote