mud/lib/doc/efun/all/shout
2020-09-06 05:43:07 -07:00

16 lines
272 B
Plaintext

shout - sends a message to all living objects
void shout( string str );
Sends the string `str' to all living objects except this_player().
See also:
message,
write,
tell_object,
tell_room,
say
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere