How to skip executing sequence.
How to skip executing sequence.
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.
Hi,
You can loop back like this:
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.
You can loop back like this:
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.
Ty for fast reply!
Re: How to skip executing sequence.
Glad to help!