How to skip executing sequence.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
VillVarh
Posts: 23
Joined: Mon Nov 06, 2023 5:19 am

How to skip executing sequence.

Post 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. :?:
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to skip executing sequence.

Post by Tony Li »

Hi,

You can loop back like this:

loopBack.png
loopBack.png (33.04 KiB) Viewed 325 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.
VillVarh
Posts: 23
Joined: Mon Nov 06, 2023 5:19 am

Re: How to skip executing sequence.

Post by VillVarh »

Ty for fast reply! :D
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to skip executing sequence.

Post by Tony Li »

Glad to help!
Post Reply