home · contact · privacy
Add command to let the AI decide player's next move.
[plomrogue] / confclient / commands
index 7cfa785ced11320c5c46e3fcdd5c03007a715b2b..c5f94d12fe4dda75a483c801b02b51b0c5e4fad3 100644 (file)
@@ -1,3 +1,8 @@
+COMMAND ai
+DESCRIPTION 'let AI decide move'
+SERVER_COMMAND ai
+SERVER_ARGUMENT 0
+
 COMMAND wait
 DESCRIPTION 'wait / next turn'
 SERVER_COMMAND wait
@@ -179,3 +184,6 @@ DESCRIPTION 'window geometry keys'
 
 COMMAND to_wk_keywin
 DESCRIPTION 'window keybinding keys'
+
+COMMAND to_autofocus
+DESCRIPTION 'toggle auto map center'