Find
You are looking at the command called shout
shout {text}
Say something everyone can here nomatter where they are. Everything else you do can only be seen/heard by players in your current location.
Created by
wolis
, last updated 03 Dec 2014
Code
get $text;
if $text ne 'shout' then shoutit else fail;
##shoutit:
msg 0,$actor,0,0,'shout',"You hear [$actor] shout '$text!'",$actor;
##fail:
var $mm to (Hello,Hay,Bingo,Ahoy there mates,Its life Jim,Horse,Four,My my,AAARGH);
msg 0,$actor,0,0,'shout',"[$actor] shouts '$mm!'",$actor;