Know when a NarrativeSection has ended (end of speech)

Original Discord Post by rodrigobeckerprobst | 2024-07-10 14:19:45

Hi there!
I’m using OnNarrativeSectionReceived to get when narrative design reach a certain section in my blueprint, but i need to know when the character has ended the speech of that section… Any hints?

Reply by rodrigobeckerprobst | 2024-07-10 14:36:03

basically i need to reset my game when the speech of the last section was reached, but if i do it using only OnNarrativeSectionReceived, it will reset my game before the NPC finished talking

Reply by rodrigobeckerprobst | 2024-07-10 14:42:45

Images:

Reply by ysinha8 | 2024-07-11 06:16:14

I think you can use audio duration to reset the game? cc. <@365628745886859267>

Reply by freezfast | 2024-07-11 13:23:29

Yes, you can use the remaining talking duration + a delay, or you can continously pull through the Is Talking bool, or use the On Finished Talking event

Images:

This conversation happened on the Convai Discord Server, so this post will be closed.