NAME tell_room - tell a string message to a room SYNOPSIS varargs void tell_room(object room, string message, mixed exclude) DESCRIPTION Sends message to the room. 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. Config.h must define MUDOS_COMMUNICATION and MUDOS_INVENTORY for this function to exist. SEE ALSO efun/communication/