Find
You are looking at an enchanted snowball
This snowball never strays from its owner.
Created by
omenofdoom
, last updated 25 Nov 2008
Code
##xtickloc:
runsub checkwhere;
##checkwhere:
$sulvor = 43147;
if $actor's loc = $sulvor's loc then followit else movetoit;
##followit:
set $actor's host to $found_id;
set $actor's hosthow to 'bouncing next to';
print "[$actor] bounces up next to [$found_id];
##movetoit:
$toloc = $sulvor's loc;
relocate $actor to $toloc print "[$actor] bounces away, out of sight" then "[$actor] bounces into view";
relook $loc;