taobin_project/inc/return_condition.ev
2024-06-14 17:31:46 +07:00

12 lines
371 B
Text

If Seeker = "next" Then
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
Else
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf