update script video inter

This commit is contained in:
Kenta420 2023-10-16 17:27:52 +07:00
parent f8fa3021fb
commit 1c714d4c0b
6 changed files with 65 additions and 6 deletions

View file

@ -149,8 +149,12 @@
If SaveTheWorldCount < 2 Then
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
If InternationalEnable = 1 Then
Var script_thankyou = CountryRootPath + "/video/script_thankyou.ev"
TRY script_thankyou
Else
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
EndIf
EndIf