THAI: Update Power Dink FLag
This commit is contained in:
parent
b477a38f85
commit
14d66ef4e3
4 changed files with 8 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ TextID Note English Thai
|
||||||
Font=Kanit,Type=Regular,Size=28,Color=0xCFCFCF
|
Font=Kanit,Type=Regular,Size=28,Color=0xCFCFCF
|
||||||
000081 Hot ร้อน
|
000081 Hot ร้อน
|
||||||
000082 Iced เย็น
|
000082 Iced เย็น
|
||||||
000083 Blend ปั่น
|
000083 Frappe ปั่น
|
||||||
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F
|
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F
|
||||||
000084 Normal ปกติ
|
000084 Normal ปกติ
|
||||||
|
|
||||||
|
|
|
||||||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -65,6 +65,8 @@
|
||||||
DEBUGVAR PD_STAGE_2
|
DEBUGVAR PD_STAGE_2
|
||||||
DEBUGVAR PD_STAGE_3
|
DEBUGVAR PD_STAGE_3
|
||||||
Var SelectDrinkType = 0
|
Var SelectDrinkType = 0
|
||||||
|
|
||||||
|
Var FromPowerUpPro = 1
|
||||||
|
|
||||||
|
|
||||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ If CocktailShow = "true" Then
|
||||||
Else
|
Else
|
||||||
; check profile to enable free energy drink promotion
|
; check profile to enable free energy drink promotion
|
||||||
STRCONTAIN "ProEnergyDrinkFreePerCardID" XMLProfile EnableFreeEnergyDrink
|
STRCONTAIN "ProEnergyDrinkFreePerCardID" XMLProfile EnableFreeEnergyDrink
|
||||||
|
;Var EnableFreeEnergyDrink = 1
|
||||||
DEBUGVAR EnableFreeEnergyDrink
|
DEBUGVAR EnableFreeEnergyDrink
|
||||||
; zone promote
|
; zone promote
|
||||||
If OpenFromPageBoard = 1 Then
|
If OpenFromPageBoard = 1 Then
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,10 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If FreePowerup = "Enable" Then
|
If FromPowerUpPro = 1 Then
|
||||||
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
|
If FreePowerup = "Enable" Then
|
||||||
|
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue