THAI: update soda
This commit is contained in:
parent
5a89015ea2
commit
fd9f2d6bb2
1 changed files with 15 additions and 0 deletions
|
|
@ -2029,10 +2029,15 @@
|
||||||
DEBUGVAR IsSodaDisableShot2
|
DEBUGVAR IsSodaDisableShot2
|
||||||
DEBUGVAR IsSodaDisableShot3
|
DEBUGVAR IsSodaDisableShot3
|
||||||
If IsSodaDisableShot = "true" Then
|
If IsSodaDisableShot = "true" Then
|
||||||
|
Var CustomEnergyState[0] = "Disable"
|
||||||
|
Var CustomEnergyState[1] = "Disable"
|
||||||
If cold_button_state = "PressForever" Then
|
If cold_button_state = "PressForever" Then
|
||||||
If toppingID12index2Status = "Disable" Then
|
If toppingID12index2Status = "Disable" Then
|
||||||
Var CustomEnergyState[0] = "Disable"
|
Var CustomEnergyState[0] = "Disable"
|
||||||
Var CustomEnergyState[1] = "Disable"
|
Var CustomEnergyState[1] = "Disable"
|
||||||
|
Else
|
||||||
|
Var CustomEnergyState[0] = "Disable"
|
||||||
|
Var CustomEnergyState[1] = "Disable"
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
If toppingID12index2Status = "Enable" Then
|
If toppingID12index2Status = "Enable" Then
|
||||||
|
|
@ -2044,10 +2049,15 @@
|
||||||
|
|
||||||
|
|
||||||
If IsSodaDisableShot2 = "true" Then
|
If IsSodaDisableShot2 = "true" Then
|
||||||
|
Var CustomEnergyState[0] = "Disable"
|
||||||
|
Var CustomEnergyState[1] = "Disable"
|
||||||
If cold_button_state = "PressForever" Then
|
If cold_button_state = "PressForever" Then
|
||||||
If toppingID12index2Status = "Disable" Then
|
If toppingID12index2Status = "Disable" Then
|
||||||
Var CustomEnergyState[0] = "Disable"
|
Var CustomEnergyState[0] = "Disable"
|
||||||
Var CustomEnergyState[1] = "Disable"
|
Var CustomEnergyState[1] = "Disable"
|
||||||
|
Else
|
||||||
|
Var CustomEnergyState[0] = "Disable"
|
||||||
|
Var CustomEnergyState[1] = "Disable"
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
If toppingID12index2Status = "Enable" Then
|
If toppingID12index2Status = "Enable" Then
|
||||||
|
|
@ -2058,10 +2068,15 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If IsSodaDisableShot3 = "true" Then
|
If IsSodaDisableShot3 = "true" Then
|
||||||
|
Var CustomEnergyState[0] = "Disable"
|
||||||
|
Var CustomEnergyState[1] = "Disable"
|
||||||
If cold_button_state = "PressForever" Then
|
If cold_button_state = "PressForever" Then
|
||||||
If toppingID12index2Status = "Disable" Then
|
If toppingID12index2Status = "Disable" Then
|
||||||
Var CustomEnergyState[0] = "Disable"
|
Var CustomEnergyState[0] = "Disable"
|
||||||
Var CustomEnergyState[1] = "Disable"
|
Var CustomEnergyState[1] = "Disable"
|
||||||
|
Else
|
||||||
|
Var CustomEnergyState[0] = "Disable"
|
||||||
|
Var CustomEnergyState[1] = "Disable"
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
If toppingID12index2Status = "Enable" Then
|
If toppingID12index2Status = "Enable" Then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue