add inter/sgp/hardware/powder_schedule.ev
This commit is contained in:
parent
af10c128cd
commit
35f42eaaf1
55 changed files with 18652 additions and 2503 deletions
135
video/script1.ev
135
video/script1.ev
|
|
@ -33,22 +33,143 @@ If EventMatch = 1 Then
|
|||
EndIf
|
||||
|
||||
|
||||
If brewing_adv11_size = "" Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv11.mp4" brewing_adv11_size
|
||||
|
||||
|
||||
|
||||
If SystemDateMonthInt = 11 Then
|
||||
|
||||
Var EDC_ThailandOn = 1
|
||||
|
||||
If SystemDateDayInt > 20 Then
|
||||
Var PremiumTriosEnable = 1
|
||||
Var GiftNewYearEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 12 Then
|
||||
|
||||
Var EDC_ThailandOn = 1
|
||||
Var GiftNewYearEnable = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 1 Then
|
||||
If SystemDateDayInt < 20 Then
|
||||
Var EDC_ThailandOn = 1
|
||||
EndIf
|
||||
If SystemDateDayInt < 16 Then
|
||||
Var GiftNewYearEnable = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR brewing_adv11_size
|
||||
If brewing_adv11_size = 18065754 Then
|
||||
|
||||
|
||||
|
||||
Var MainAdvertiseRunSlot = 0
|
||||
|
||||
If MainAdvertiseShowSlot = "" Then
|
||||
Var MainAdvertiseShowSlot = 0
|
||||
EndIf
|
||||
|
||||
|
||||
If brewing_adv11_long_size = "" Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv11_long.mp4" brewing_adv11_long_size
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR brewing_adv11_long_size
|
||||
If brewing_adv11_long_size = 8233782 Then
|
||||
If WinterWonderPro = 1 Then
|
||||
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/brewing_adv11.mp4";
|
||||
Var MainAdvertiseFileName[MainAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_adv11_long.mp4"
|
||||
Var MainAdvertiseVideoEnd[MainAdvertiseRunSlot] = 0
|
||||
Var EventTurnOn = 1
|
||||
Var MainAdvertiseRunSlot = MainAdvertiseRunSlot + 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If brewing_adv21_long_size = "" Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv21_long.mp4" brewing_adv21_long_size
|
||||
EndIf
|
||||
|
||||
Var ThickTeaByBrewerPro = 1
|
||||
|
||||
DEBUGVAR brewing_adv21_long_size
|
||||
If brewing_adv21_long_size = 6507746 Then
|
||||
If ThickTeaByBrewerPro = 1 Then
|
||||
|
||||
Var MainAdvertiseFileName[MainAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_adv21_long.mp4"
|
||||
Var MainAdvertiseVideoEnd[MainAdvertiseRunSlot] = 1
|
||||
|
||||
Var EventTurnOn = 1
|
||||
Var MainAdvertiseRunSlot = MainAdvertiseRunSlot + 1
|
||||
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
If brewing_adv16_size = "" Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv16.mp4" brewing_adv16_size
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR brewing_adv16_size
|
||||
If brewing_adv16_size = 7422861 Then
|
||||
If GiftNewYearEnable = 1 Then
|
||||
Var MainAdvertiseFileName[MainAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_adv16.mp4"
|
||||
Var MainAdvertiseVideoEnd[MainAdvertiseRunSlot] = 0
|
||||
|
||||
Var EventTurnOn = 1
|
||||
Var MainAdvertiseRunSlot = MainAdvertiseRunSlot + 1
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; final call
|
||||
; Protect edge of promotion.
|
||||
If MainAdvertiseShowSlot < MainAdvertiseRunSlot Then
|
||||
Var VideoMainPage = MainAdvertiseFileName[MainAdvertiseShowSlot]
|
||||
If MainAdvertiseVideoEnd[MainAdvertiseShowSlot] = 0 Then
|
||||
Var CountDownPauseVideoEnable = "ignore"
|
||||
Else
|
||||
Var CountDownPauseVideoEnable = ""
|
||||
EndIf
|
||||
Var MainAdvertiseShowSlot = MainAdvertiseShowSlot + 1
|
||||
Else
|
||||
Var MainAdvertiseShowSlot = 0
|
||||
Var VideoMainPage = MainAdvertiseFileName[MainAdvertiseShowSlot]
|
||||
If MainAdvertiseVideoEnd[MainAdvertiseShowSlot] = 0 Then
|
||||
Var CountDownPauseVideoEnable = "ignore"
|
||||
Else
|
||||
Var CountDownPauseVideoEnable = ""
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR MainAdvertiseRunSlot
|
||||
DEBUGVAR MainAdvertiseShowSlot
|
||||
|
||||
DEBUGVAR VideoMainPage
|
||||
|
||||
|
||||
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var CurrentMainVideoTemp = 1
|
||||
;Var MainPageEventWithTimeout = 25
|
||||
|
|
@ -66,10 +187,6 @@ If EventTurnOn = 1 Then
|
|||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR VideoMainPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue