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
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