Fix nextpage hurr

This commit is contained in:
wanlop run 2025-05-13 09:41:41 +07:00
parent 3eacf4e3f7
commit b3be0c6f21
4 changed files with 15 additions and 10 deletions

View file

@ -66,14 +66,17 @@
If CupOnArm = "true" Then
If RecommendTimeOut > 9 Then
SAVELOG "COA9"
Var NextPageAlternate = NextPage
Var NextPage = "-"
Open NextPage
Open NextPageAlternate
EndIf
Else
If RecommendTimeOut > 30 Then
SAVELOG "COA30"
Var NextPageAlternate = NextPage
Var NextPage = "-"
Open NextPage
Open NextPageAlternate
EndIf
EndIf
EndIf