atagain
This commit is contained in:
commit
c663a55c28
962 changed files with 7776 additions and 10010 deletions
|
|
@ -14,11 +14,16 @@
|
|||
Machine WakeUp
|
||||
|
||||
;for 3 langs
|
||||
;inter-multi
|
||||
If show_eng = "true" Then
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
SetLanguage "MYANMAR"
|
||||
Else
|
||||
SetLanguage "ENG"
|
||||
Else
|
||||
If LanguageShow = "MSC" Then
|
||||
SetLanguage "MSC"
|
||||
Else
|
||||
SetLanguage "ENG"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
SetLanguage "THAI"
|
||||
|
|
@ -2643,7 +2648,7 @@
|
|||
|
||||
If showShotNormalSoda = "Press" Then
|
||||
Var showShotNormalSoda = "Disable"
|
||||
Endif
|
||||
EndIf
|
||||
|
||||
If TOPPING11 = "milk-level" Then
|
||||
|
||||
|
|
@ -10954,10 +10959,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