taobin_project/xml/event/tricker.ev
2023-06-30 18:02:44 +07:00

157 lines
2.8 KiB
Text

;DEBUGVAR SystemDateMonthInt
;DEBUGVAR SystemDateDayInt
; Reset flag away.
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
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 3 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 4 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 5 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 6 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 7 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 8 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 9 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 10 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 11 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 12 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 13 Then
Var MysteryProEnable = 1
EndIf
If SystemDateDayInt = 14 Then
Var MysteryProEnable = 1
EndIf
EndIf
If BoxID = 200001 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf
If BoxID = 200000 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt = 24 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 25 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 26 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 27 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 28 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 29 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 30 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateDayInt = 31 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
EndIf
If BoxID = 173149 Then
Var MysteryProEnable = 1
EndIf
If BoxID = 172053 Then
Var MysteryProEnable = 1
;Var OreoWelcomeDrinkEnable = 1
EndIf
If BoxID = 201092 Then
Var MysteryProEnable = 1
EndIf
If BoxID = 172527 Then
Var MysteryProEnable = 1
EndIf
If BoxID = 176757 Then
Var MysteryProEnable = 1
EndIf
If BoxID = 105005 Then
Var OreoWelcomeDrinkEnable = 1
EndIf
If SystemDateMonthInt = 7 Then
If SystemDateDayInt > 14 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
EndIf
EndIf
If SystemDateMonthInt > 7 Then
Var MysteryProEnable = 0
Var OreoWelcomeDrinkEnable = 0
EndIf
If InternationalEnable = 1 Then
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
Var PepsiProCodeEnable = 0
Var MysteryProEnable = 0
EndIf