Perfecting Subtitles

Hello,

I’m currently implementing subtitles into my game. I am doing so by using the ‘Dialogue Wave’ system and implementing it at an input press. i.e. Press Left Trigger > Play Dialogue at Location (the sound is binded to it)

As the sound I am playing is a dialogue, the subtitles would have to change when a line is finished. I have that working too but what I need to do is keep the previous dialogue on screen long enough so that the line finishes and then make the next appear. Currently, the first subtitle comes on screen for about 2 seconds then disappears, it doesn’t stay on screen long enough for the dialogue to finish.

Does someone know how I can prolong the length of time the first subtitle is on the screen so that the sound can catch up?