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!
How to make DialogueSystem make Conversation End through code?
-
- Posts: 23
- Joined: Sun Nov 29, 2020 8:50 pm
Re: How to make DialogueSystem make Conversation End through code?
Hi,
Code: Select all
DialogueManager.StopConversation();