NAME say - tell a string message to the room of this_player() SYNOPSIS varargs void say(string str, mixed exclude) DESCRIPTION Send message str to the room of this_player(). Catch_tell() will be called in the room, and it is basically the rooms responsibility to send the message to every living object in the room. With the optional third argument, you may define all objects not to send the message to. This_player() is always excluded. Config.h must define MUDOS_COMMUNICATION and MUDOS_INVENTORY for this function to exist. SEE ALSO efun/communication/