
	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)
