Skip to content

Commit

Permalink
docs: 增加 HELP xtt.UndoDisableAllCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Dec 5, 2023
1 parent 6e57f78 commit 003fffe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions plugins/lib/xtintin/cmds.tin
Original file line number Diff line number Diff line change
Expand Up @@ -513,12 +513,9 @@ option.Define {DisableAllCommands} {Bool} {是否禁用所有的触发器和定
};

///=== {
// ## xtt.DisableAllCommands
// 禁止发送任何命令。
// 某些游戏模式下,玩家必须小心地输入,否则一旦输错会造成损失。此时可以用本
// 命令来禁止所有的触发、定时器、事件,防止误发命令。
// 此时玩家只能用 #send {.....} 命令来发送命令。
// 注意快捷键并不会被禁止,所以玩家可以通过快捷键来切换状态。
// ## xtt.UndoDisableAllCommands
// 取消 xtt.DisableAllCommands 效果,恢复正常状态。
// 参见 HELP xtt.DisableAllCommands
// };
#alias {xtt.UndoDisableAllCommands} {
#class disable-all-commands kill;
Expand Down

0 comments on commit 003fffe

Please sign in to comment.