Find
You are looking at an annulus
Created by
Chaotic Bob
, last updated 02 Nov 2008
Code
##push:
runsub isitme;
##isitme:
if $target = $actor then newplace else end;
##newplace:
var $dest to 48392;
var $tobemoved to $init_obj;
sayto $tobemoved,"You feel a pulling sensation";
say 'msg',"[$actor] flashes and [$tobemoved] vanishes";
set $init_obj's loc to 48392;
sayto $tobemoved,"You appear to have been teleported to [$dest]";
relook $loc;
relook $tobemoved's loc;