Find
You are looking at a kite
You feel the urge to
use the kite
Created by
symen
, last updated 28 Jan 2007
Code
##push:runsub isitme;
##use:runsub isitme;
##throw:runsub isitme;
##isitme:
if $actor eq $target then flyit else end;
##flyit:
find $loc,random not me;
say 'msg',"[$init_obj] flies [$actor] over [$found_id]";