Find
You are looking at a command called scream
Created by
wolis
, last updated 31 Jan 2015
Code
get $text;
if $text ne 'scream' then shoutit else fail;
##shoutit:
msg 0,$actor,0,0,'shout',"You hear [$actor] scream !!! $text !!!",$actor;
##fail:
var $mm to (YAAA,WOOO,Nooooo,AAARGH);
msg 0,$actor,0,0,'shout',"[$actor] screams '!!!$mm!!!'",$actor;