Find
You are looking at an action called shunt
Created by
wolis
, last updated 28 Mar 2007
Code
get $target in $Loc;
if $target > 0 then shuntit else fail;
##shuntit:
clear $target,all;
set $target's loc to 2;
say 'say',"[$actor] shunted [$target] to the lost property box";
rem look $loc;
msg $loc,$actor,0,0,'force',"force:look $loc";
##fail:
say 'fail',"[$actor] could not shunt $cmd_text";