How to use jump directly to new conversation without clicking.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
aaajiao
Posts: 53
Joined: Tue Sep 01, 2020 5:41 am

How to use jump directly to new conversation without clicking.

Post by aaajiao »

Screen Shot 2020-09-25 at 3.32.19 PM.png
Screen Shot 2020-09-25 at 3.32.19 PM.png (176.43 KiB) Viewed 547 times
A
Screen Shot 2020-09-25 at 3.33.08 PM.png
Screen Shot 2020-09-25 at 3.33.08 PM.png (368.26 KiB) Viewed 547 times
B

Above are the states of the two conversations.
At the end of conversation A, node needs to jump to conversation B and start the conversation directly, without clicking on by player.

Now the player still needs to click, conversation A to link to conversation B.

I've tried adding to the conversation A end node or the conversation B start node and it didn't work.

Code: Select all

Continue()
or

Code: Select all

required Continue()
Since there is a separate setting for conversation B, I have set it out separately.

Try discussing it with Tony and the community.
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use jump directly to new conversation without clicking.

Post by Tony Li »

Hi,

Because the "..." node in A has Continue(), it will automatically continue to B. However, B's <START> node probably has None(), so it will wait for a continue click. Instead, link A's "..." node to the first blue node in B ("Look, a bubbl").
aaajiao
Posts: 53
Joined: Tue Sep 01, 2020 5:41 am

Re: How to use jump directly to new conversation without clicking.

Post by aaajiao »

B's <START> node it's Continue();
But it didn't work.

I can't link to B ("Look, a bubbl").
If I link like this, the sentence will be Respond Menu.
B conversations need to be PC subtitle. :idea:
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use jump directly to new conversation without clicking.

Post by Tony Li »

Can you add "[auto]" to B ("Look, a bubbl... [auto]")?

This will make it automatically play instead of showing a response menu.
aaajiao
Posts: 53
Joined: Tue Sep 01, 2020 5:41 am

Re: How to use jump directly to new conversation without clicking.

Post by aaajiao »

Can you add "[auto]" to B ("Look, a bubbl... [auto]")?
:D Worked out perfectly.

Unlimited mix and match combinations, LOL. thanks Tony!
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use jump directly to new conversation without clicking.

Post by Tony Li »

Glad to help!
Post Reply