enable_commands(3) MudOS v21c2 (5 Sep 1994) 名称: enable_commands() - 允许物件使用玩家 (player) 的命令. 语法: void enable_commands( void ); 无传回值 enable_commands( 无参数 ); 用法: enable_commands() 把 this_object() 标记为活著 (living) 的物件, 并允许它使用 add_action() 所加入的命令 (要使用 command() 函式) . 呼叫 enable_commands() 时, MUD 驱动 程式 (driver) 会寻找内部的 catch_tell() 函式. 如果找到 了此函式, 每一次有讯息传给此一个物件时 (例如 say() ) , 驱动程式就会呼叫 catch_tell() 一次. 已知的问题: 请勿在 create() 函式以外的地方呼叫 enable_commands() 否则会出现奇怪的问题. 参考: this_object(3), living(3), add_action(3), command(3), catch_tell(4), say(3), create(4) 翻译: Spock @ FF 97.Feb.12. (printed 3/16/95)