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.
How to display DialogueText continuously
Re: How to display DialogueText continuously
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
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
Completed without incident. thank you very much.
Re: How to display DialogueText continuously
Glad to help!