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
|
||||
000081 Hot ร้อน
|
||||
000082 Iced เย็น
|
||||
000083 Blend ปั่น
|
||||
000083 Frappe ปั่น
|
||||
Font=Kanit,Type=Regular,Size=24,Color=0x513C2F
|
||||
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_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Var FromPowerUpPro = 1
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ If CocktailShow = "true" Then
|
|||
Else
|
||||
; check profile to enable free energy drink promotion
|
||||
STRCONTAIN "ProEnergyDrinkFreePerCardID" XMLProfile EnableFreeEnergyDrink
|
||||
;Var EnableFreeEnergyDrink = 1
|
||||
DEBUGVAR EnableFreeEnergyDrink
|
||||
; zone promote
|
||||
If OpenFromPageBoard = 1 Then
|
||||
|
|
|
|||
|
|
@ -63,8 +63,10 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If FreePowerup = "Enable" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
|
||||
If FromPowerUpPro = 1 Then
|
||||
If FreePowerup = "Enable" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue