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