UNIVERSE: Video thankyou script now separate in to .ev file
This commit is contained in:
parent
4ecd7d4822
commit
819a670770
8 changed files with 132 additions and 98 deletions
|
|
@ -127,26 +127,9 @@
|
|||
DEBUGVAR SaveTheWorldCount
|
||||
|
||||
If SaveTheWorldCount = 2 Then
|
||||
|
||||
If LedLidBlink = "no" Then
|
||||
Var SaveTheWorldST = "Enable"
|
||||
EndIf
|
||||
|
||||
Var video_id_to_ran = 3
|
||||
Var video_name_to_play = "taobin_save_world"
|
||||
|
||||
Random2 1 3 video_id_to_ran
|
||||
|
||||
Var ThankyouST = "Invisible"
|
||||
Else
|
||||
|
||||
Var video_id_to_ran = 2
|
||||
Var video_name_to_play = "taobin_thank"
|
||||
|
||||
Random2 1 2 video_id_to_ran
|
||||
|
||||
|
||||
Var ThankyouST = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -155,40 +138,16 @@
|
|||
Var show_video = 1
|
||||
Var SaveTheWorldST = "Invisible"
|
||||
|
||||
If CountryName = "Thailand" Then
|
||||
Var video_file_name = "ROOT/taobin_project/video/" + video_name_to_play
|
||||
; ================= Video thankyou =============================
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
|
||||
TRY script_thankyou
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/common/video/" + video_name_to_play
|
||||
Else
|
||||
Var video_file_name = "ROOT/taobin_project/video/" + video_name_to_play
|
||||
EndIf
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
||||
EndIf
|
||||
|
||||
Var video_file_name = video_file_name + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
|
||||
If SaveTheWorldCount < 2 Then
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
||||
Else
|
||||
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
|
||||
TRY script_thankyou
|
||||
EndIf
|
||||
Else
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
||||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
|
||||
TRY script_thankyou
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
; ================== End video thankyou =========================
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue