Find
You are in a mdart maker
Created by
omenofdoom
, last updated 09 Mar 2008
Code
if target of use then checkwho;
##checkwho:
if $init_obj's name like "(omenofdoom|metroid)" then doit else end;
##doit:
find $actor, random;
copy $found_id;
relocate $new_id to $loc print "[$found_id] was copied" then "[$init_obj] took a [$new_id] from [$actor]";
relook $loc;
a magic dart