OnConversationEnd is called while conversation running

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Terraya
Posts: 19
Joined: Sat Feb 01, 2020 5:22 pm

OnConversationEnd is called while conversation running

Post by Terraya »

Hey Tony!

We are in our Alpha release now and many Bug reports are coming ! Time to work :)

Whenever we are interacting with an NPC and we use the "ESC" button, we skip the spoken text which is right BUT the Dialogue Manager sends the "OnConversationEnd" Event , but it only Skips one line of the Dialogue, we are still in the Conversation, is there any way to fix that :o
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: OnConversationEnd is called while conversation running

Post by Tony Li »

Are you sure it's sending OnConversationEnd? It may be sending OnConversationLineEnded or OnConversationLineCancelled. This table shows when each message is sent.
Terraya
Posts: 19
Joined: Sat Feb 01, 2020 5:22 pm

Re: OnConversationEnd is called while conversation running

Post by Terraya »

Huh , it was my fault im sorry for that!

I did subscribe also to another not necessary Event x)

Thanks alot! :)
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: OnConversationEnd is called while conversation running

Post by Tony Li »

No problem. I'm glad you got to the bottom of it.
Post Reply