Find
You are looking at a collecter
Created by
omenofdoom
, last updated 01 May 2007
Code
if target of use then doit;
if target of push then review;
##doit:
if $second's material like '_player_' then noway else doit2;
##doit2:
print "[$actor] glow slightly";
new a collecbit worth 1;
set $new_id's loc = $second;
set $new_id's pose to 'hidden';
##review:
foreach in 0 do checkif;
##checkif:
if $found_id's name like 'collecbit' then sayit else nothing;
##sayit:
$joined = $found_id's