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
OnConversationEnd is called while conversation running
Re: OnConversationEnd is called while conversation running
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
Huh , it was my fault im sorry for that!
I did subscribe also to another not necessary Event x)
Thanks alot!
I did subscribe also to another not necessary Event x)
Thanks alot!
Re: OnConversationEnd is called while conversation running
No problem. I'm glad you got to the bottom of it.