video
This commit is contained in:
parent
8f138abeee
commit
6d1dc5797b
10 changed files with 94 additions and 43 deletions
|
|
@ -86,6 +86,8 @@ Var XMLLiveInfoEnable = 0
|
|||
|
||||
Var LuckyDrawCampaign = 0
|
||||
|
||||
Var AdvertisePepsiAtTheSun = 0
|
||||
|
||||
If SystemDateMonthInt = 1 Then
|
||||
Var LuckyDrawCampaign = 1
|
||||
|
||||
|
|
@ -131,11 +133,24 @@ If SystemDateMonthInt = 3 Then
|
|||
Var CoconutMilkPro = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
If SystemDateDayInt < 7 Then
|
||||
Var AdvertisePepsiAtTheSun = 1
|
||||
EndIf
|
||||
EndIf
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt = 31 Then
|
||||
Var AdvertisePepsiAtTheSun = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var KingdomThaiTeaPro = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var JemilaToppingFlag = 1
|
||||
If SystemDateDayOfWeek = "Wednesday" Then
|
||||
Var JemilaToppingFreeFlag = 1
|
||||
|
|
@ -180,6 +195,7 @@ EndIf
|
|||
Var ToppingNewUINewSystem = 1
|
||||
If BoxID = 123456 Then
|
||||
Var ToppingNewUINewSystem = 1
|
||||
Var AdvertisePepsiAtTheSun = 1
|
||||
EndIf
|
||||
|
||||
; override again
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue