Thread: Workarounds...
View Single Post
  #26  
Old 12-09-2001, 09:27 AM
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
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.
Reply With Quote