Find
You are in a popcorn machine
Created by
omenofdoom
, last updated 18 Dec 2007
Code
if target of use then popit;
##popit:
find $actor, random;
if $found_id > 0 then copyit else makenoise;
##makenoise:
$how = (shugs,squeeks,clunks);
print "[$actor] $how noisly";
##copyit:
copy $found_id;
relocate $new_id to $loc print "[$found_id] was copied" then "[$actor] produced [$new_id]";
clean $new_id,all;
a tiny frog
a bag of popcorn