47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
;include="ROOT/taobin_project/inter/tha/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 NextPage = "-" Then
|
|
If Timeout > 60 Then
|
|
;include="ROOT/taobin_project/inc/return_condition.ev"
|
|
EndIf
|
|
Else
|
|
|
|
If CupOnArm = "true" Then
|
|
If Timeout > 9 Then
|
|
SAVELOG "COA9"
|
|
Var NextPageAlternate = NextPage
|
|
Var NextPage = "-"
|
|
Open NextPageAlternate
|
|
EndIf
|
|
Else
|
|
If Timeout > 30 Then
|
|
SAVELOG "COA30"
|
|
Var NextPageAlternate = NextPage
|
|
Var NextPage = "-"
|
|
Open NextPageAlternate
|
|
|
|
EndIf
|
|
EndIf
|
|
EndIf
|
|
Var Timeout = Timeout + 1
|