162 lines
2.5 KiB
Text
162 lines
2.5 KiB
Text
|
|
|
|
; Thailand
|
|
;DEBUGVAR SystemDateMonthInt
|
|
;DEBUGVAR SystemDateDayInt
|
|
|
|
; Reset flag away.
|
|
|
|
Var ChildrenFree = 0
|
|
|
|
Var OreoDueEnable = 0
|
|
Var OreoForFreeEnable = 0
|
|
Var SoundBackToSchoolEnable = 0
|
|
Var PromotionIDOreoBuyTwoSaveMore = 0
|
|
Var BackToSchoolForFreeEnable = 0
|
|
|
|
Var PepsiProEnable = 0
|
|
Var PepsiPromoteVideo = 0
|
|
Var PepsiProCodeEnable = 0
|
|
|
|
|
|
Var SoundBackToSchoolType = 0
|
|
; End
|
|
|
|
Var MysteryProEnable = 0
|
|
Var OreoWelcomeDrinkEnable = 0
|
|
Var Anniversary3VideoEnable = 0
|
|
|
|
Var MomDayEnable = 0
|
|
|
|
; September / Oct
|
|
; Enable app game
|
|
Var GameEnableFromTrickerEv = 0
|
|
|
|
; Enable pro Pepween
|
|
Var PepweenEnable = 0
|
|
|
|
; Enable pro Tamatian. 16-30 Sep
|
|
Var TamatianEnable = 0
|
|
|
|
; September 9 - 16
|
|
Var MayDayRunEnable = 0
|
|
|
|
; Enable Milk Choice Vegan
|
|
Var MilkChoiceVeganEnable = 0
|
|
|
|
|
|
; Enable pro 15 THB, November 1 - 30
|
|
Var pro15THBEnable = 0
|
|
Var From15THBPro = 0
|
|
|
|
; Enable pro My Mint My Moment, December 1 - 31
|
|
Var MyMintEnable = 0
|
|
Var FromMyMintPro = 0
|
|
|
|
If SystemDateMonthInt = 10 Then
|
|
|
|
|
|
If SystemDateDayInt > 15 Then
|
|
Var PepweenEnable = 1
|
|
EndIf
|
|
|
|
If SystemDateDayInt >= 13 Then
|
|
If SystemDateDayInt <= 24 Then
|
|
Var MilkChoiceVeganEnable = 1
|
|
EndIf
|
|
EndIf
|
|
EndIf
|
|
|
|
|
|
If SystemDateMonthInt = 11 Then
|
|
Var PepweenEnable = 0
|
|
Var pro15THBEnable = 1
|
|
|
|
|
|
EndIf
|
|
|
|
If SystemDateMonthInt = 12 Then
|
|
Var MyMintEnable = 1
|
|
EndIf
|
|
|
|
|
|
If SystemDateMonthInt = 1 Then
|
|
If SystemDateDayInt < 15 Then
|
|
Var MyMintEnable = 1
|
|
EndIf
|
|
EndIf
|
|
|
|
|
|
|
|
If BoxID = 173149 Then
|
|
Var MyMintEnable = 1
|
|
Var pro15THBEnable = 0
|
|
EndIf
|
|
|
|
If BoxID = 176757 Then
|
|
Var MyMintEnable = 1
|
|
Var pro15THBEnable = 0
|
|
EndIf
|
|
|
|
If BoxID = 172053 Then
|
|
Var MyMintEnable = 1
|
|
Var pro15THBEnable = 0
|
|
EndIf
|
|
|
|
If MintSyrupEnable = "false" Then
|
|
Var MyMintEnable = 0
|
|
EndIf
|
|
|
|
|
|
If BoxID = 172053 Then
|
|
Var PepweenEnable = 1
|
|
EndIf
|
|
|
|
If BoxID = 172644 Then
|
|
Var MyMintEnable = 1
|
|
EndIf
|
|
|
|
If ConfigNumer = 1581 Then
|
|
Var PepweenEnable = 0
|
|
Var pro15THBEnable = 0
|
|
Var MyMintEnable = 0
|
|
EndIf
|
|
|
|
If BoxID = 105005 Then
|
|
Var MyMintEnable = 1
|
|
Var pro15THBEnable = 0
|
|
EndIf
|
|
|
|
Var GameEnableFromTrickerEv = 1
|
|
|
|
Var MayDayRunEnable = 0
|
|
|
|
If BoxID = 33170 Then
|
|
Var PepsiProEnable = 0
|
|
Var PepsiPromoteVideo = 0
|
|
Var PepsiProCodeEnable = 0
|
|
Var MysteryProEnable = 0
|
|
Var OreoWelcomeDrinkEnable = 0
|
|
EndIf
|
|
|
|
; This var for overide video play when brew
|
|
Var adver_brewing_video_full_file_name = ""
|
|
|
|
|
|
|
|
If InternationalEnable = 1 Then
|
|
Var MilkChoiceVeganEnable = 0
|
|
Var GameEnableFromTrickerEv = 0
|
|
Var TamatianEnable = 0
|
|
Var MayDayRunEnable = 0
|
|
Var MomDayEnable = 0
|
|
Var PepsiProEnable = 0
|
|
Var PepsiPromoteVideo = 0
|
|
Var PepsiProCodeEnable = 0
|
|
Var MysteryProEnable = 0
|
|
Var PepweenEnable = 0
|
|
EndIf
|
|
|
|
|
|
|
|
|