##tickloc:
runsub livenow;
##livenow:
$firstname = $actor's name;
$everywhere = 0;
find $everywhere,$firstname player;
if $found_id > 0 then continue else defaultit;
##continue:
$firsthlth = $found_id's healthmax;
set $actor's healthmax to $firsthlth;
set $actor's health to $actor's healthmax;
print "[$actor] slowly gets to its feet.";
runsub changemat;
##defaultit:
set $actor's health to $actor's healthmax;
print "[$actor] slowly gets to its feet.";
runsub changemat;
##changemat:
set $actor's material to '_reliving_';