Find
You are looking at a command called screech
Created by
omenofdoom
, last updated 04 Jan 2012
Code
var $loc to 0;
if '$cmd_text' eq 'screech' then sub1 else sub2;
##sub1:
say 'screech',"you can hear [$actor] screeching very loudly!";
##sub2:
say 'screech',"you can hear [$actor] screech $cmd_text";