Find
You are looking at many phazons
Created by
omenofdoom
, last updated 24 Jun 2009
Code
##tickloc:runsub checkit;
##checkit:
runsub doit/10;
##doit:
foreach in $loc do hurtit player;
##hurtit:
print "$for_name is hurt from the radiation emanating from [$actor]!";
$fhlth = $for_name's health;
take 1 from $fhlth;
set $for_name's health to $fhlth;