1. move_object(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. move_object() - 把目前的物件搬到其他的环境 (environment) 中.
    4. 函数语法:
    5. void move_object( object item, mixed dest );
    6. 无传回值 move_object( 物件 item, 混合 dest );
    7. 函数用法:
    8. 把物件 item 搬到物件 dest 里面. item 必须是 this_object().
    9. 如果 item this_object(), move_object() 可以只指定 dest
    10. 一个参数.
    11. 参考函数:
    12. this_object(3), move(4)
    13. 手册翻译:
    14. Phoebus@ZH 97.Apr.15. (Writen 5/23/97)