1. enable_commands(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. enable_commands() - 允许物件使用玩家 (player) 的命令.
    4. 函数语法:
    5. void enable_commands( void );
    6. 无传回值 enable_commands( 无参数 );
    7. 函数用法:
    8. enable_commands() this_object() 标记为活著 (living)
    9. 的物件, 并允许它使用 add_action() 所加入的命令 (要使用
    10. command() 函式) . 呼叫 enable_commands() 时, MUD 驱动
    11. 程式 (driver) 会寻找内部的 catch_tell() 函式. 如果找到
    12. 了此函式, 每一次有讯息传给此一个物件时 (例如 say() )
    13. , 驱动程式就会呼叫 catch_tell() 一次.
    14. 已知的问题:
    15. 请勿在 create() 函式以外的地方呼叫 enable_commands()
    16. 否则会出现奇怪的问题.
    17. 参考函数:
    18. this_object(3), living(3), add_action(3), command(3),
    19. catch_tell(4), say(3), create(4)
    20. 手册翻译:
    21. Phoebus@ZH 97.Feb.12. (Writen 5/23/97)