View Single Post
  #4  
Old 07-22-2006, 01:21 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Can't edit my last post anymore, so this should read
if ($bdied==1) #traitor died once
instead of
if ($bdied=~ /1/) #traitor died once

They both work, only if ($bdied=~ /1/) probably not proper, and might create a future problem.
Reply With Quote