Find
You are in a hungry troll
This troll was sent here because he kept trying to eat the other students.
Created by
thorn
, last updated 25 Jul 2012
Code
##tickloc:runsub eatcorpse;
##eatcorpse:
if $actor's health > 0 then eatcorpse2;
##eatcorpse2:
find $loc,'corpse';
if $found_id > 0 then eatcorpse3;
##eatcorpse3:
runsub eatit/10;
##eatit:
$eats = (snacks on,chews on,picks at,drools over,takes a bite from);
print "[$actor] $eats [$found_id].";
the pouch