Copy
This commit is contained in:
parent
1a8fc21fe9
commit
85549d9602
9 changed files with 164 additions and 134 deletions
6
inc/return_condition_cancel.ev
Normal file
6
inc/return_condition_cancel.ev
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
If Seeker = "next" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
6
inc/return_condition_when_deative.ev
Normal file
6
inc/return_condition_when_deative.ev
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
If Seeker = "next" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue