Find
You are looking at a strange symbol painted on the ground
A complex symbol painted with extreme precision.
touch the symbol
?
Created by
omenofdoom
, last updated 24 Jun 2009
Code
if target of touch then newit;
##newit:
new a talisman of the frozen death;
set $new_id = 61108;
set $new_id's colour to 'darkturquoise';
print "A blinding light shines from [$actor]. When the light fades, [$init_obj] sees [$found_id] lying in the middle of [$actor]";
relook $loc;
##donothing:
print "[$actor] shines brightly, then fades";
##makeit:
relocate $found_id to $loc print "[$found_id] was dropped" then "A blinding light shines from [$actor]. When the light fades, [$init_obj] sees [$found_id] lying in the middle of [$actor]";
relook $loc;