add template3
This commit is contained in:
parent
287e0b5325
commit
ec4a12f5d7
5 changed files with 150 additions and 66 deletions
|
|
@ -11,63 +11,52 @@ Var SoundBackToSchoolEnable = 0
|
|||
Var PromotionIDOreoBuyTwoSaveMore = 0
|
||||
Var BackToSchoolForFreeEnable = 0
|
||||
|
||||
Var SoundBackToSchoolType = 0
|
||||
; End
|
||||
|
||||
|
||||
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiPromoteVideo = 0
|
||||
Var PepsiProCodeEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
Var SoundBackToSchoolType = 0
|
||||
; End
|
||||
|
||||
Var MysteryProEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
If SystemDateDayInt = 3 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 4 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 5 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 6 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 7 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 8 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 9 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 10 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 11 Then
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 12 Then
|
||||
Var PepsiProEnable = 1
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 13 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 14 Then
|
||||
Var PepsiProEnable = 1
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 15 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 16 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt = 19 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 20 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 21 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 22 Then
|
||||
Var PepsiProEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 23 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
|
||||
Var PepsiPromoteVideo = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If BoxID = 200001 Then
|
||||
|
|
@ -75,6 +64,7 @@ If BoxID = 200001 Then
|
|||
Var OreoForFreeEnable = 0
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiProCodeEnable = 0
|
||||
Var MysteryProEnable = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 200000 Then
|
||||
|
|
@ -82,6 +72,7 @@ If BoxID = 200000 Then
|
|||
Var OreoForFreeEnable = 0
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiProCodeEnable = 0
|
||||
Var MysteryProEnable = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 173149 Then
|
||||
|
|
@ -89,28 +80,29 @@ If BoxID = 173149 Then
|
|||
Var OreoForFreeEnable = 0
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiProCodeEnable = 0
|
||||
Var MysteryProEnable = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 172053 Then
|
||||
Var PepsiProEnable = 1
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var PepsiProEnable = 1
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
If BoxID = 172527 Then
|
||||
Var PepsiProEnable = 1
|
||||
Var MysteryProEnable = 1
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR PepsiProEnable
|
||||
DEBUGVAR PepsiPromoteVideo
|
||||
DEBUGVAR MysteryProEnable
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var PepsiProEnable = 0
|
||||
Var PepsiPromoteVideo = 0
|
||||
Var PepsiProCodeEnable = 0
|
||||
Var MysteryProEnable = 0
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue