Find
You are looking at a flock of sheep grazing quietly an minding their own business
Created by
wolis
, last updated 17 Jul 2012
Code
##tickloc: runsub whattodo;
if target of push then grazeit;
##whattodo:runsub baaa/10 or grazeit/10;
##baaa:
$what = (baaa in unison,make the usual baaaaing noise,go baaa quietly);
print "[$actor] $what";
##grazeit:
$what = (continue grazing,look at you,follow you with their ears,bounce around);
print "[$actor] stop and $what then continue grazing some more";