Release adv
This commit is contained in:
parent
09ab4890e8
commit
57b67e47f7
6 changed files with 49 additions and 10 deletions
|
|
@ -531,11 +531,23 @@
|
|||
DEBUGVAR Game01Enable
|
||||
DEBUGVAR BREW_CNT
|
||||
If Game01Enable = 1 Then
|
||||
|
||||
If ButtonGameCountDownState = "Enable" Then
|
||||
If BREW_CNT < 85 Then
|
||||
If Game01Enable = 1 Then
|
||||
SAVELOG "Game01Enable set zero event open 2"
|
||||
EndIf
|
||||
Var Game01Enable = 0
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If BREW_CNT > 82 Then
|
||||
|
||||
Else
|
||||
If Game01Enable = 1 Then
|
||||
SAVELOG "Game01Enable set zero event open"
|
||||
SAVELOG "Game01Enable set zero event open 1"
|
||||
EndIf
|
||||
Var Game01Enable = 0
|
||||
Var ButtonGamePressToPlayState = "Invisible"
|
||||
|
|
@ -1496,6 +1508,19 @@
|
|||
|
||||
EndIf
|
||||
|
||||
|
||||
If ButtonGameCountDownState = "Enable" Then
|
||||
If BREW_CNT < 85 Then
|
||||
If Game01Enable = 1 Then
|
||||
SAVELOG "Game01Enable set zero event timeout 2"
|
||||
EndIf
|
||||
Var Game01Enable = 0
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR ButtonGamePressToPlayState
|
||||
DEBUGVAR BREW_CNT
|
||||
If BREW_CNT > 60 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue