Find
You are looking at a cupboard with many empty vials inside it
It has many empty vials in it. If you want one - take it.
Created by
Xianus
, last updated 19 Jul 2012
Code
##use:runsub isitme;
##isitme:if $actor eq $target then makevial else end;
##makevial:
new vial;
set $new_id's colour to 'silver';
set $new_id's qty to 1;
set $new_id's extra to "which is empty";
set $new_id's info to "This vial is empty and ready to be filled.";
say 'act',"You took one empty vial from the [$actor]";
say 'force',"force:look";