taobin_project/xml/event/tricker.ev

92 lines
1.5 KiB
Text
Raw Normal View History

2023-04-27 22:20:59 +07:00
2023-04-30 22:18:47 +07:00
2023-04-27 22:20:59 +07:00
;DEBUGVAR SystemDateMonthInt
;DEBUGVAR SystemDateDayInt
2023-05-31 22:13:06 +07:00
; Reset flag away.
2023-04-27 22:20:59 +07:00
Var OreoDueEnable = 0
2023-05-31 22:13:06 +07:00
Var OreoForFreeEnable = 0
Var SoundBackToSchoolEnable = 0
Var PromotionIDOreoBuyTwoSaveMore = 0
Var BackToSchoolForFreeEnable = 0
2023-05-01 21:39:17 +07:00
2023-05-31 22:13:06 +07:00
Var SoundBackToSchoolType = 0
; End
2023-04-27 22:20:59 +07:00
2023-05-31 22:13:06 +07:00
Var PepsiProEnable = 0
2023-06-07 17:05:43 +07:00
Var PepsiPromoteVideo = 0
2023-05-31 22:13:06 +07:00
If SystemDateMonthInt = 6 Then
If SystemDateDayInt = 12 Then
Var PepsiProEnable = 1
EndIf
2023-04-27 22:20:59 +07:00
If SystemDateDayInt = 13 Then
2023-05-31 22:13:06 +07:00
Var PepsiProEnable = 1
2023-04-27 22:20:59 +07:00
EndIf
If SystemDateDayInt = 14 Then
2023-05-31 22:13:06 +07:00
Var PepsiProEnable = 1
EndIf
If SystemDateDayInt = 15 Then
Var PepsiProEnable = 1
EndIf
If SystemDateDayInt = 16 Then
Var PepsiProEnable = 1
2023-04-27 22:20:59 +07:00
EndIf
2023-05-31 22:13:06 +07:00
If SystemDateDayInt = 19 Then
Var PepsiProEnable = 1
EndIf
2023-04-27 22:20:59 +07:00
If SystemDateDayInt = 20 Then
2023-05-31 22:13:06 +07:00
Var PepsiProEnable = 1
2023-04-27 22:20:59 +07:00
EndIf
If SystemDateDayInt = 21 Then
2023-05-31 22:13:06 +07:00
Var PepsiProEnable = 1
2023-04-27 22:20:59 +07:00
EndIf
2023-05-31 22:13:06 +07:00
If SystemDateDayInt = 22 Then
Var PepsiProEnable = 1
2023-04-27 22:20:59 +07:00
EndIf
2023-05-31 22:13:06 +07:00
If SystemDateDayInt = 23 Then
Var PepsiProEnable = 1
2023-04-30 22:18:47 +07:00
EndIf
2023-05-12 15:49:12 +07:00
2023-06-07 17:05:43 +07:00
If SystemDateDayInt > 23 Then
Var PepsiPromoteVideo = 0
Else
Var PepsiPromoteVideo = 1
EndIf
2023-04-30 22:18:47 +07:00
EndIf
2023-05-03 10:27:40 +07:00
If BoxID = 200001 Then
Var OreoDueEnable = 0
2023-05-02 15:06:46 +07:00
Var OreoForFreeEnable = 0
2023-05-01 21:39:17 +07:00
EndIf
2023-05-05 23:18:22 +07:00
If BoxID = 200000 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
EndIf
2023-05-31 22:13:06 +07:00
If BoxID = 172053 Then
Var PepsiProEnable = 1
EndIf
If BoxID = 172644 Then
Var PepsiProEnable = 1
EndIf
2023-06-02 14:10:34 +07:00
If BoxID = 173149 Then
Var PepsiProEnable = 1
EndIf
If BoxID = 172527 Then
Var PepsiProEnable = 1
EndIf
2023-05-05 23:18:22 +07:00
2023-05-01 21:39:17 +07:00
2023-05-31 22:13:06 +07:00
DEBUGVAR PepsiProEnable
2023-06-07 17:05:43 +07:00
DEBUGVAR PepsiPromoteVideo
2023-04-27 22:20:59 +07:00
2023-05-11 13:09:26 +07:00