AUS: start adding v3

This commit is contained in:
Kenta420 2025-06-13 17:57:06 +07:00
parent 50a7c52321
commit 99323a36f7
89 changed files with 78514 additions and 3987 deletions

View file

@ -0,0 +1,27 @@
;include="ROOT/taobin_project/inter/aus/xml/multi/InstanceGetSetString.inc"
GetVisible inst_show_exclude_group
If inst_show_exclude_group_counter = "" Then
Var inst_show_exclude_group_counter = 15
EndIf
If inst_show_exclude_group = 1 Then
If inst_show_exclude_group_counter > 0 Then
Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
If inst_show_exclude_group_counter = 0 Then
RefreshAll
Var inst_show_exclude_group_counter = 15
EndIf
EndIf
EndIf
If Timeout > 60 Then
;include="ROOT/taobin_project/inc/return_condition.ev"
EndIf
Var Timeout = Timeout + 1