taobin_project/inc/return_condition.ev

13 lines
371 B
Text
Raw Normal View History

2024-05-18 09:22:11 +07:00
If Seeker = "next" Then
2024-06-14 17:31:46 +07:00
If InternationalEnable = 1 Then
Var Brewing3ContiXMLFile = CountryRootPath + "/xml/page_brewing3Conti.xml"
DEBUGVAR Brewing3ContiXMLFile
Open Brewing3ContiXMLFile
Else
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
EndIf
2024-05-18 09:22:11 +07:00
Else
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf