Page 1 of 1

How to make DialogueSystem make Conversation End through code?

Posted: Fri Jan 22, 2021 1:40 pm
by EntertainmentForge
I am adding close conversation button. So I'd like to trigger DialogueSystem to make conversation end the same way it would end if I'd click on final node in conversation. Is there a way of doing this through code?

Thanks!

Re: How to make DialogueSystem make Conversation End through code?

Posted: Fri Jan 22, 2021 2:45 pm
by Tony Li
Hi,

Code: Select all

DialogueManager.StopConversation();