Find
You are in a storage device
Use it on any object you own, and that object will be stored within the device.
Created by
omenofdoom
, last updated 14 Dec 2008
Code
if target of use then whatisit;
##whatisit:
if $init_obj's obj_id = $second's owner then storeit else cant;
##storeit:
set $second's loc to $actor;
print "[$second] appears to become a translucent red light as it is converted to energy and siphoned into [$actor]!";
print "[$second] was stored!";
relook $loc;
##cant:
sayto $init_obj, "You can only store objects that belong to you!";
a blue gem