Find
You are looking at an action called shunt
Created by
Josh
, last updated 04 Jan 2012
Code
get $target in $loc;
if $target > 0 then shuntit else fail;
##shuntit:
clear $target,all;
set $target's loc to 2;
print "[$actor] shunted [$target] to the lost property box";
relook $loc;
##fail:
say 'fail',"[$actor] could not shunt $cmd_text";