tell_room(3) MudOS v21c2 (5 Sep 1994) 名称: tell_room - 对一个房间中的所有物件送出讯息. 语法: void tell_room( mixed ob, string str, object *exclude ); 无传回值 tell_room( 混合 ob, 字串 str, 物件 *exclude ); 用法: 把讯息 str 送给房间 ob 中的所有物件. ob 可以是此房间的 档案名称. 如果指定第三个参数 exclude, 在 exclude 这个阵 列里的物件都收不到此段讯息. 参考: message(3), write(3), shout(3), say(3), tell_object(3) 翻译: Spock @ FF 97.Jul.24. (printed 3/16/95)