Find
You are looking at a thing-a-ma-jig
Created by
Chaotic Bob
, last updated 03 Nov 2008
Code
##think:runsub findspace;
##findspace:
var $thisspace to 'outdoors';
find $loc,indoors;
if $found_id > 0 then weareindoors else weareoutdoors;
var $newspace to (indoors,outdoors);
var $thisspace to "$thisspace$newspace";
runsub moveme/1 or makealoc/3;
load $actor's $thisspace;
say 'msg',"[$actor] pondors $thisspace - $randomitem";