AUS: Update collect point

This commit is contained in:
Kenta420 2024-08-07 09:21:34 +07:00
parent 931d2589dc
commit 0f9b288875
14 changed files with 1166 additions and 140 deletions

View file

@ -0,0 +1,19 @@
; default
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
If Country = "Australia" Then
Var PageCollectPoint1 = "ROOT/taobin_project/inter/aus/xml/page_collect_point_1.xml"
EndIf
If CountryName = "Singapore" Then
; ask-if-member-yet
Var MemberPrompt = CountryRootPath + "xml/page_member_prompt.lxml"
If SettingIgnoreCollectPoint = 1 Then
Var PageCollectPoint1 = "ROOT/taobin_project/inter/sgp/xml/page_collect_point_1.lxml"
Else
Var PageCollectPoint1 = MemberPrompt
EndIf
EndIf
Open PageCollectPoint1