Find
You are looking at a tub of worms
This simple tub of worms will return to omenofdoom if you push it or try to get it.
Created by
omenofdoom
, last updated 18 Jan 2007
Code
if target to gets then moveme;
if target of delete then moveme;
if target of push then moveme;
##moveme:
$theplayer = 43107;
$playerloc = $theplayer's loc;
unhost $actor;
relocate $actor to $playerloc print "[$actor] goes all wobbly and vanishes" then "[$actor] falls from the sky";