Find
You are looking at a command called mutter
mutter {text}
Allows you to muter something or just some random mutterings.
mutter thos pesky kids
Similar to
laugh thats so funny
and
nod I agree
Created by
wolis
, last updated 24 Dec 2006
Code
get $text;
if $text ne '' then thinkit else ponder;
##thinkit:
say 'mutter',"[$actor] mutters quietly '$text'";
##ponder:
var $msg to (quietly,something not very important,noisily);
say 'laugh',"[$actor] mutters $msg"