THAI: clear var topping12

This commit is contained in:
thanawat saiyota 2025-03-27 11:35:31 +07:00
parent e2800a8586
commit 3fa856fc07
2 changed files with 50 additions and 17 deletions

View file

@ -89,27 +89,45 @@ EndIf
If showShotNormalSoda = "Press" Then
Var topping13 = toppingID13index1
EndIf
If showShotEnableSoda = "Press" Then If showShotSodaEnable = "Enable" Then
Var topping13 = toppingID13index2 If showShotNormalSoda = "Press" Then
Var topping12 = toppingID12index1 Var topping13 = toppingID13index1
Else EndIf
Var topping13 = toppingID13index1
Var topping12 = toppingID12index1
EndIf
If CustomEnergyState[0] = "Press" Then
Var topping12 = toppingID12index2
If showShotEnableSoda = "Press" Then
Var topping13 = toppingID13index2
Else
Var topping13 = toppingID13index1
EndIf
Else
Var topping13 = 0
EndIf 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 EndIf

View file

@ -2640,7 +2640,7 @@
If showShotNormalSoda = "Press" Then If showShotNormalSoda = "Press" Then
Var showShotNormalSoda = "Disable" Var showShotNormalSoda = "Disable"
Endif EndIf
If TOPPING11 = "milk-level" Then If TOPPING11 = "milk-level" Then
@ -10951,10 +10951,25 @@
If CustomEnergyState[0] = "Press" Then If CustomEnergyState[0] = "Press" Then
Var TOPPING_PRICE = TOPPING_PRICE + EnergyPriceLevel1 Var TOPPING_PRICE = TOPPING_PRICE + EnergyPriceLevel1
Var topping12 = toppingID12index2
Else
If CustomEnergyState[1] = "Press" Then
Else
Var topping12 = toppingID12index1
EndIf
EndIf EndIf
If CustomEnergyState[1] = "Press" Then If CustomEnergyState[1] = "Press" Then
Var TOPPING_PRICE = TOPPING_PRICE + EnergyPriceLevel2 Var TOPPING_PRICE = TOPPING_PRICE + EnergyPriceLevel2
Var topping12 = toppingID12index3
Else
If CustomEnergyState[0] = "Press" Then
Else
Var topping12 = toppingID12index1
EndIf
EndIf EndIf
If showShotEnableSoda = "Press" Then If showShotEnableSoda = "Press" Then