Find
You are looking at the medical marijuana
Created by
a lost object #63728
, last updated 27 Mar 2014
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]";