How to display DialogueText continuously

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
yagichang
Posts: 2
Joined: Sat Jan 06, 2024 10:34 pm

How to display DialogueText continuously

Post by yagichang »

Hello.
I want to use DialogueSystem's Barks, but is it possible to output DialogueText continuously?
As shown in the attached image, it progresses to A-1, B-1, C-1 and I am having trouble because A-2 is not played.
I want to play A-2 after playing A-1.
I will wait for your reply.
a.png
a.png (19.84 KiB) Viewed 46184 times
User avatar
Tony Li
Posts: 22112
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to display DialogueText continuously

Post by Tony Li »

Hi,

Barks always use the dialogue entries that are directly linked from the <START> node.

If you want to play A-1 and then A-2, use a conversation instead. You can still show the conversation in an overhead UI:

How To: Show Overhead Conversation Bubble Text
yagichang
Posts: 2
Joined: Sat Jan 06, 2024 10:34 pm

Re: How to display DialogueText continuously

Post by yagichang »

Completed without incident. thank you very much.
User avatar
Tony Li
Posts: 22112
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to display DialogueText continuously

Post by Tony Li »

Glad to help!
Post Reply