THAI: Added Pepsi x Taobin banner & wrap condition event cashless

This commit is contained in:
Kenta420 2025-03-25 15:41:27 +07:00
parent 3156f29f5f
commit 87a212b052
40 changed files with 53269 additions and 18525 deletions

View file

@ -6,6 +6,7 @@ Var FileRecommendToOpen = "ROOT/taobin_project/xml/v3/event/event_v3/active_prom
Var MatchaEveryDayProState = "Invisible"
Var CoconutMilkProState = "Invisible"
Var KingdomThaiTeaProState = "Invisible"
Var PepsiXTaobinProState = "Invisible"
If CoconutMilkPro = 1 Then
Var CoconutMilkProState = "Enable"
@ -17,4 +18,8 @@ EndIf
If KingdomThaiTeaPro = 1 Then
Var KingdomThaiTeaProState = "Enable"
EndIf
If PepsiXTaobinPro = 1 Then
Var PepsiXTaobinProState = "Enable"
EndIf