Page 1 of 1
How to skip executing sequence.
Posted: Mon Nov 06, 2023 5:26 am
by VillVarh
I have this dialogue where after I say something there is 5 choices to be made. Only one choice is right and all other choices get me back to the choices menu. How can I do this without going back to the top and playing the same sequence again.
Re: How to skip executing sequence.
Posted: Mon Nov 06, 2023 7:45 am
by Tony Li
Hi,
You can loop back like this:
- loopBack.png (33.04 KiB) Viewed 356 times
The "Make a choice" node has a Sequence.
The "Try again" node is optional.
If it's not clear, "Make a choice" links to A-D.
B-D link to "Try again".
"Try again" links to the group node.
The group node links to A-D.
Re: How to skip executing sequence.
Posted: Mon Nov 06, 2023 7:59 am
by VillVarh
Ty for fast reply!
Re: How to skip executing sequence.
Posted: Mon Nov 06, 2023 8:19 am
by Tony Li
Glad to help!