Find
You are looking at a rock
Its engraved with strange symbols
touch the rock
Created by
omenofdoom
, last updated 18 Dec 2007
Code
if target of touch then findit;
##findit:
find $loc, charged ore;
if $found_id > 0 then donothing else newit;
##donothing:
print "[$actor] shines brightly, then fades";
##newit:
new a charged ore worth 5000;
print "[$actor] produced [$new_id] for [$init_obj]";
relook $loc;