Find
You are looking at a potion
Created by
dust speck
, last updated 24 Jul 2012
Code
if target of use then used;
if target of drink then used;
##used:
set $hmax to $init_obj's healthmax;
divide $hmax by 5;
add $hmax to $init_obj's health;
if $init_obj's health > $init_obj's healthmax then set $init_obj's health to $init_obj's healthmax;