mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Add: Added option to enable or disable some exceptions
-ALAS will withdraw from the map when it occurs instead of stopping
This commit is contained in:
@@ -119,6 +119,7 @@ def main(ini_name=''):
|
||||
# 选择关卡
|
||||
stage = setting_parser.add_argument_group('Level settings', 'Need to run once to save options')
|
||||
stage.add_argument('--enable_stop_condition', default=default('--enable_stop_condition'), choices=['yes', 'no'])
|
||||
stage.add_argument('--enable_exception', default=default('--enable_exception'), choices=['yes', 'no'],help='Enable or disable some exceptions, ALAS will withdraw from the map when it occurs instead of stopping')
|
||||
stage.add_argument('--enable_fast_forward', default=default('--enable_fast_forward'), choices=['yes', 'no'])
|
||||
|
||||
stop = stage.add_argument_group('Stop condition', 'After triggering, it will not stop immediately. It will complete the current attack first, and fill in 0 if it is not needed.')
|
||||
|
||||
Reference in New Issue
Block a user