Find
You are looking at an action called fullrecover
Created by
Clod
, last updated 04 Jan 2012
Code
get $target;
if $target > 0 then recoverit else fail;
##recoverit:
say 'act',"[$actor] fully recovers [$target].";
set $target's health to $target's healthmax;
set $target's mana to $target's manamax;
##fail:
var $click_cmd to 'fullrecover';
var $desc_intro to 'Click on an object to heal:
';
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";