THAI: clear var topping12
This commit is contained in:
parent
e2800a8586
commit
3fa856fc07
2 changed files with 50 additions and 17 deletions
|
|
@ -89,27 +89,45 @@ EndIf
|
|||
|
||||
|
||||
|
||||
If showShotNormalSoda = "Press" Then
|
||||
Var topping13 = toppingID13index1
|
||||
EndIf
|
||||
|
||||
|
||||
If showShotEnableSoda = "Press" Then
|
||||
Var topping13 = toppingID13index2
|
||||
Var topping12 = toppingID12index1
|
||||
Else
|
||||
Var topping13 = toppingID13index1
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
|
||||
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
Var topping12 = toppingID12index2
|
||||
If showShotSodaEnable = "Enable" Then
|
||||
If showShotNormalSoda = "Press" Then
|
||||
Var topping13 = toppingID13index1
|
||||
EndIf
|
||||
|
||||
If showShotEnableSoda = "Press" Then
|
||||
Var topping13 = toppingID13index2
|
||||
Else
|
||||
Var topping13 = toppingID13index1
|
||||
EndIf
|
||||
Else
|
||||
Var topping13 = 0
|
||||
EndIf
|
||||
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
Var topping12 = toppingID12index3
|
||||
|
||||
If showEnergyEnable = "Enable" Then
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
Var topping12 = toppingID12index2
|
||||
Else
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
|
||||
Else
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
Var topping12 = toppingID12index3
|
||||
Else
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
|
||||
Else
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
Var topping12 = 0
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2640,7 +2640,7 @@
|
|||
|
||||
If showShotNormalSoda = "Press" Then
|
||||
Var showShotNormalSoda = "Disable"
|
||||
Endif
|
||||
EndIf
|
||||
|
||||
If TOPPING11 = "milk-level" Then
|
||||
|
||||
|
|
@ -10951,10 +10951,25 @@
|
|||
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
Var TOPPING_PRICE = TOPPING_PRICE + EnergyPriceLevel1
|
||||
Var topping12 = toppingID12index2
|
||||
Else
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
|
||||
Else
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If CustomEnergyState[1] = "Press" Then
|
||||
Var TOPPING_PRICE = TOPPING_PRICE + EnergyPriceLevel2
|
||||
Var topping12 = toppingID12index3
|
||||
Else
|
||||
If CustomEnergyState[0] = "Press" Then
|
||||
|
||||
Else
|
||||
Var topping12 = toppingID12index1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If showShotEnableSoda = "Press" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue