7.46
This commit is contained in:
parent
0ac8f8063c
commit
7ce74c038a
7 changed files with 57 additions and 28 deletions
|
|
@ -81,7 +81,12 @@ EndIf
|
|||
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
|
||||
If SystemDateDayInt = 24 Then
|
||||
Var OreoWelcomeDrinkEnable = 0
|
||||
EndIf
|
||||
If SystemDateDayInt = 25 Then
|
||||
Var OreoWelcomeDrinkEnable = 0
|
||||
EndIf
|
||||
If SystemDateDayInt = 26 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
|
|
@ -133,19 +138,19 @@ EndIf
|
|||
|
||||
|
||||
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
If SystemDateDayInt > 19 Then
|
||||
If SystemDateDayInt < 30 Then
|
||||
Var Anniversary3VideoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 30 Then
|
||||
Var Anniversary3VideoEnable = 1
|
||||
EndIf
|
||||
Var Anniversary3VideoEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
If SystemDateDayInt < 7 Then
|
||||
Var Anniversary3VideoEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
|
|
@ -184,6 +189,14 @@ If SystemDateMonthInt > 7 Then
|
|||
EndIf
|
||||
|
||||
|
||||
Var OreoWelcomeDrinkEnable = 0
|
||||
Var Anniversary3VideoEnable = 0
|
||||
|
||||
DEBUGVAR Anniversary3VideoEnable
|
||||
DEBUGVAR OreoWelcomeDrinkEnable
|
||||
|
||||
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiPromoteVideo = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue