Find
You are looking at a command called sigh
Sigh something instead of saying it or doing it
eg; sigh Are we there yet?
Created by
a lost object #89291
, last updated 19 Feb 2008
Code
get $text;
$how = (softly, mornfully, sorrowfully, mystically);
if $text ne "" then sighit else nomsgsigh;
##sighit:
$how = (softly, mornfully, sorrowfully, mystically);
say 'sigh',"[$actor] $how sighs ...
$text
";
##nomsgsigh:
say 'sigh',"[$actor] $how sighs ...
";