fix EventTimeout

This commit is contained in:
wanlop run 2025-05-13 14:15:26 +07:00
parent dbcb792fb9
commit 0b06d1c63f
2 changed files with 121 additions and 95 deletions

View file

@ -19,3 +19,29 @@
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