1. tell_room(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. tell_room - 对一个房间中的所有物件送出讯息.
    4. 函数语法:
    5. void tell_room( mixed ob, string str, object *exclude );
    6. 无传回值 tell_room( 混合 ob, 字串 str, 物件 *exclude );
    7. 函数用法:
    8. 把讯息 str 送给房间 ob 中的所有物件. ob 可以是此房间的
    9. 档案名称. 如果指定第三个参数 exclude, exclude 这个阵
    10. 列里的物件都收不到此段讯息.
    11. 参考函数:
    12. message(3), write(3), shout(3), say(3), tell_object(3)
    13. 手册翻译:
    14. Phoebus@ZH 97.Jul.24. (Writen 5/23/97)