Find
You are looking at the command called into
Created by
a lost object #197
, last updated 01 May 2007
Code
get $target in $loc;
if $target > 0 then moveme else fail;
##moveme:
set $actor's loc to $target;
clear $actor,all;
say 'leaves',"[$actor] dissapears into [$target]";
var $loc to $target;
say 'arrives',"[$actor] appears out of thin air!";
look $loc;
##fail:
var $click_cmd to 'into';
var $desc_intro to 'Click on the object you want to get into:
';
look $loc,list;