Hello
I'm wondering if during play mode it's possible to get the currently playing dialogue entry ID as an integer with code?
I'm working with Bolt but I haven't found a node which can solely output the value
Thanks
Get Dialogue Entry ID from code?
Re: Get Dialogue Entry ID from code?
Hi,
Use DialogueManager.currentConversationState.subtitle.dialogueEntry.id.
Use DialogueManager.currentConversationState.subtitle.dialogueEntry.id.
Re: Get Dialogue Entry ID from code?
Managed to get it working, thanks for the quick reply!
Re: Get Dialogue Entry ID from code?
Happy to help!