.\"send a message to all users in the same environment as the sayer
.DT
say
$MUDNAME$ driver help
say

.SH Name
.SI 5
say() - send a message to all users in the same environment
.EI

.SH Synopsis
.SI 5
void say( string str );
void say( string str, object | object *obj );
.EI

.SH Description
.SP 5 5
Sends a message to the environment of the originator, all items in the
same environment, and all items inside of the originator.  The originator
is this_player(), unless this_player() == 0, in which case, the originator
is this_object().

The second argument is optional.  If second argument `obj' is specified,
the message is sent to all except `obj'.  If `obj' is not an object, but
an array of objects, all those objects are excluded from receiving the
message.
.EP

.SH See also
.SI 5
message(), write(), shout(), tell_object(), tell_room()
.EI
