HKG: Multi-instance v3

This commit is contained in:
Ittipat Lusuk 2025-05-23 15:28:10 +07:00
parent a998b2f04a
commit ec8f8598d9
44 changed files with 113905 additions and 61 deletions

View file

@ -74,18 +74,24 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG "Click rec"
Var NextPage = "-"
Var OpenFromMulti = 1
Var OpenFromPageBoard = 1
If CatalogLayoutV3 = 1 Then
SAVELOG "Click recommend CatalogLayoutV3"
Var NextPage = "-"
Var OpenFromMulti = 0
Var OpenFromPageBoard = 0
;Var OpenFileXML = CountryRootPath + "xml/event/script_common_for_open_promotion_xml.ev"
;TRY OpenFileXML
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/xml/multi/v3/event/script_open_promotion_v3.ev"
Else
SAVELOG "Click rec"
Var NextPage = "-"
Var OpenFromMulti = 1
Var OpenFromPageBoard = 0
RootLayoutVisible 3 "hide"
RootLayoutVisible 15 "hide"
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/xml/event/script_common_for_open_promotion_xml.ev"
RootLayoutVisible 3 "hide"
RootLayoutVisible 15 "hide"
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/xml/event/script_common_for_open_promotion_xml.ev"
EndIf
</EventClick>
</Button>