Create template 2

This commit is contained in:
kong 2023-06-16 15:33:37 +07:00
parent 3d98720bb4
commit 4302a22b1d
26 changed files with 12203 additions and 27 deletions

View file

@ -18,6 +18,7 @@ Var SoundBackToSchoolType = 0
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
Var PepsiProCodeEnable = 0
If SystemDateMonthInt = 6 Then
If SystemDateDayInt = 12 Then
@ -52,6 +53,15 @@ If SystemDateMonthInt = 6 Then
Var PepsiProEnable = 1
EndIf
If SystemDateDayInt = 24 Then
Var PepsiProEnable = 1
Var PepsiProCodeEnable = 1
EndIf
If SystemDateDayInt = 25 Then
Var PepsiProEnable = 1
Var PepsiProCodeEnable = 1
EndIf
If SystemDateDayInt > 23 Then
Var PepsiPromoteVideo = 0
Else
@ -64,12 +74,14 @@ If BoxID = 200001 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
EndIf
If BoxID = 200000 Then
Var OreoDueEnable = 0
Var OreoForFreeEnable = 0
Var PepsiProEnable = 0
Var PepsiProCodeEnable = 0
EndIf
If BoxID = 172053 Then
@ -91,6 +103,7 @@ DEBUGVAR PepsiPromoteVideo
If InternationalEnable = 1 Then
Var PepsiProEnable = 0
Var PepsiPromoteVideo = 0
Var PepsiProCodeEnable = 0
EndIf