Find
You are looking at two exterminators
I'll stay here and stop all these spiders!
Created by
wolis
, last updated 24 Dec 2006
Code
##txick:runsub whattodo;
##sxay:runsub talkback;
##talkback:
say 'reply',"[$actor] nods in your general direction and returns to his job of hunting spiders";
##wish:runsub whattodo;
##whattodo:
find $loc,nf8pnux;
if $found_id > 0 then delit else end;
##delit:
set $found_id's class to 'spider';
set $found_id's pid to '';
set $found_id's loc to 0;
var $mth to (spots,chases,grabs,hunts,spys,looks at,notices);
say 'say',"[$actor] $mth a spider.. and exterminates it";
rem runsub run/3;
##run:
find $loc,random doorway;