Find
You are looking at a xeno called cure
Created by
Chaotic Bob
, last updated 24 Jun 2009
Code
get $target in $loc;
if $target > 0 then fixit else fail;
##fixit:
set $target's health to $target's healthmax;
print "[$actor] says some arcane words and points towards [$target]";
msg $loc,$target,$target,$second,'magic',"[$target] looks visibly healthier";