Find
You are looking at a massive summoning circle in the middle of the room
I wonder what its supposed to summon?
Created by
Chaotic Bob
, last updated 04 Sep 2009
Code
if target of use then continue;
##continue:
say 'msg',"[$init_obj] begins to decipher the runes around [$actor]";
say 'msg',"[$actor] glows slightly and a bright light appears in it's center";
say 'msg',"[$init_obj] begins to be sucked into the light!";
rem set $init_obj's loc to 46530;
unhost $init_obj;
clear $init_obj,all;
relocate $init_obj to 46530 print "[$init_obj] is sucked into the light!" then "[$init_obj] falls from the sky";
relook 46530;