This commit is contained in:
kong 2023-09-05 09:09:08 +07:00
parent afe51cebd4
commit 592dcf6502
41 changed files with 11153 additions and 593 deletions

View file

@ -521,10 +521,10 @@
DEBUGVAR Game01Enable
DEBUGVAR BREW_CNT
If Game01Enable = 1 Then
If BREW_CNT > 84 Then
Var ButtonGameCountDown = BREW_CNT - 70
If ButtonGameCountDown > 15 Then
Var ButtonGameCountDown = 15
If BREW_CNT > 75 Then
Var ButtonGameCountDown = BREW_CNT - 60
If ButtonGameCountDown > 10 Then
Var ButtonGameCountDown = 10
EndIf
Var ButtonGameCountDownState = "PressForever"
@ -553,7 +553,7 @@
If Game01Enable = 1 Then
If ButtonGameCountDownState = "Enable" Then
If BREW_CNT < 85 Then
If BREW_CNT < 75 Then
If Game01Enable = 1 Then
SAVELOG "Game01Enable set zero event open 2"
EndIf
@ -563,7 +563,7 @@
EndIf
EndIf
If BREW_CNT > 86 Then
If BREW_CNT > 70 Then
Else
If Game01Enable = 1 Then