Find
You are looking at a healthstone
Created by
suinoukon
, last updated 23 Aug 2009
Code
if target of use then chksec;
##chksec:
if $second > 0 then givethem else giveme;
##giveme:
set $init_obj's health to $init_obj's healthmax;
sayto $init_obj,"[$actor] restores you to full health.";
##givethem:
set $second's health to $second's healthmax;
sayto $second'"[$init_obj] restores you to full health with [$actor]";