Fix nextpage hurr
This commit is contained in:
parent
3eacf4e3f7
commit
b3be0c6f21
4 changed files with 15 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue