Find
You are looking at an enchanted snowball
Created by
omenofdoom
, last updated 27 Dec 2006
Code
##txickhour2:
runsub checkwhere;
##checkwhere:
find $loc, player Chaotic Bob;
if $found_id > 0 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:
$newloc = 18703;
$toloc = $newloc's loc;
relocate $actor to $toloc print "[$actor] bounces away, out of sight" then "[$actor] bounces into view";
relook $loc;