
	move_or_destruct(4)	MudOS v21c2		(5 Sep 1994)

	名稱:
		move_or_destruct - 把一個物件移動到指定的目標裡面.
	語法:
		int move_or_destruct( object dest );

		整數 move_or_destruct( 物件 dest );
	用法:
		如果一個物件的環境 (environment)  物件被摧毀了, 就呼叫
		此函式, 並用於它的內容物件. dest  是正要被摧毀的物件. 
		如果 dest 不存在, 則 dest 為 0. 如果 dest 中的物件沒有
		把自己移出被摧毀的物件, 則也會被一起摧毀.
	參考:
		destruct(3), move_object(3),
	翻譯:
		Spock @ FF	97.Aug.5.		(printed 3/16/95)
