void tell_room(ob, str)
object ob;
string str;

Send a message "str" to object all objects in the room "ob".
'ob' can also be the name of the room (string).

See also efun/write, efun/shout, efun/say, efun/tell_object
