GBR: Remove member name from UKB, Changed Vanilla Latte images, ignore collect point

This commit is contained in:
Kenta420 2025-06-12 11:18:26 +07:00
parent 91abc6c2b9
commit 6a6aba3285
12 changed files with 56 additions and 36 deletions

View file

@ -6,25 +6,33 @@
; Reset here
Var CheckCupStateDoorCupClose = ""
Var Opened = 0
If InternationalEnable = 1 Then
If CountryName = "Australia" Then
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/page_show_error.lxml"
Var Opened = 1
EndIf
If CountryName = "Singapore" Then
OpenInst 0 "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
Var Opened = 1
EndIf
If CountryName = "UnitedArabEmirates Dubai" Then
OpenInst 0 "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
Var Opened = 1
EndIf
If CountryName = "United Kingdom" Then
SAVELOG "Kenta420"
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/gbr/xml/page_show_error.lxml"
Var Opened = 1
EndIf
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
If Opened = 0 Then
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
EndIf
Else
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.xml"
EndIf