fix pepsi and coffee
This commit is contained in:
parent
0529613887
commit
326a9f4f71
43 changed files with 398 additions and 1464 deletions
|
|
@ -17,6 +17,7 @@ Var SoundBackToSchoolType = 0
|
|||
|
||||
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiPromoteVideo = 0
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
If SystemDateDayInt = 12 Then
|
||||
|
|
@ -51,6 +52,12 @@ If SystemDateMonthInt = 6 Then
|
|||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt > 23 Then
|
||||
Var PepsiPromoteVideo = 0
|
||||
Else
|
||||
Var PepsiPromoteVideo = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If BoxID = 200001 Then
|
||||
|
|
@ -78,8 +85,7 @@ EndIf
|
|||
|
||||
|
||||
DEBUGVAR PepsiProEnable
|
||||
DEBUGVAR OreoDueEnable
|
||||
DEBUGVAR OreoForFreeEnable
|
||||
DEBUGVAR PepsiPromoteVideo
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue