Page 1 of 1

OnConversationEnd is called while conversation running

Posted: Mon Aug 31, 2020 2:00 pm
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

Re: OnConversationEnd is called while conversation running

Posted: Mon Aug 31, 2020 4:43 pm
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.

Re: OnConversationEnd is called while conversation running

Posted: Tue Sep 01, 2020 12:40 pm
by Terraya
Huh , it was my fault im sorry for that!

I did subscribe also to another not necessary Event x)

Thanks alot! :)

Re: OnConversationEnd is called while conversation running

Posted: Tue Sep 01, 2020 1:07 pm
by Tony Li
No problem. I'm glad you got to the bottom of it.