Find
You are looking at a modaction called healthdown
Created by
Chaotic Bob
, last updated 24 Dec 2008
Code
get $target in $loc;
runsub improve;
##improve:
set $target's healthmax to 10;
set $target's health to $target's healthmax;
print "[$target] looks weaker now!";