DO
This commit is contained in:
parent
afe51cebd4
commit
592dcf6502
41 changed files with 11153 additions and 593 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue