Page 1 of 1

How to display DialogueText continuously

Posted: Sat Jan 06, 2024 10:39 pm
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 46189 times

Re: How to display DialogueText continuously

Posted: Sun Jan 07, 2024 10:23 am
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

Re: How to display DialogueText continuously

Posted: Sun Jan 07, 2024 10:57 am
by yagichang
Completed without incident. thank you very much.

Re: How to display DialogueText continuously

Posted: Sun Jan 07, 2024 1:13 pm
by Tony Li
Glad to help!