Dialogue Timeline

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
mudukke
Posts: 73
Joined: Wed Sep 27, 2023 4:15 am

Dialogue Timeline

Post by mudukke »

I have created a timeline and in sequence, I have added

Timeline(play,5.1 Let's Warm Up);

This happens on the last dialogue node and in the dialogue manager, I have set the continue button to always. What seems to happen on the last dialogue is that it appears and plays the timeline however the last dialogue still appears on screen unless I press continue which then stops the timeline. I am not sure why it cuts the timeline abruptly do I need to add a delay?
User avatar
Tony Li
Posts: 22108
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue Timeline

Post by Tony Li »

Hi,

By "the last dialogue," do you mean the text from the previous dialogue entry? If so, you can hide the dialogue UI using SetDialoguePanel(false):

playTimeline.png
playTimeline.png (16.21 KiB) Viewed 163 times
Post Reply