MYS: add special video case in temple

This commit is contained in:
Pakin 2024-08-23 15:46:21 +07:00
parent 62b864a8e7
commit 84e83f6ea2
7 changed files with 69 additions and 30 deletions

View file

@ -11,6 +11,14 @@
;DEBUGVAR HeadVideoFilename
Var ClickCountMainTe = 0
;Open "ROOT/taobin_project/xml/sold_cup_count.xml"
If CountryName = "Malaysia" Then
If BoxID = 200002 Then
Open "ROOT/taobin_project/xml/sold_cup_count.xml"
EndIf
If BoxID = 210037 Then
Open "ROOT/taobin_project/xml/sold_cup_count.xml"
EndIf
EndIf
</EventOpen>
<Timeout> 33000 </Timeout>