Quote:
Originally posted by Sennema
PHP Code:
if(hasweapon(bomb)){
toweapons Bomb;
destroy;
Probably already said but oh well
|
That wouldn't work good, because it would destroy both the weapon and the npc that adds the weapon. So, after one player enters the level, and another follows, it would only work for the first player.