Find
You are looking at the command called sheathe
sheathe (object) in (object)
This will allow your nice blades and such to have a home whilst you're not wielding them in a dangerous sorta way.
But be careful, they like to fall out.
read the command called unsheathe
Created by
Chaotic Bob
, last updated 03 Nov 2008
Code
get $target,$rel,$second in $loc;
if $target > 0 then continue else end;
##continue:
if $second > 0 then continue2 else end;
##continue2:
if $pw like $target's pwd then sheatheit else itslocked;
##sheatheit:
clear $target,all;
unhost $target;
set $target's host to $second;
set $target's hosthow to 'in';
set $target's pose to 'sheathed';
say 'msg',"[$actor] slides [$target] into [$second]";
relook $loc;
##itslocked:
say 'sheathefail',"[$actor] really wants to sheathe [$target] but its locked";
##end:
var $click_cmd to 'sheathe';
var $desc_intro to "Click on the object you want to $click_cmd:
";
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";