Find
You are looking at a command called frown
Created by
superblah
, last updated 24 Dec 2006
Code
get $text;
if $text ne '' then wishit else ponder;
##wishit:
say 'frowns',"[$actor] frowns and says '$text' glumly";
relook $loc;
##ponder:
say 'frowns',"[$actor] frowns with unhappiness";
relook $loc;