Search found 2 matches

by sdclark79
Thu Jun 29, 2017 5:02 pm
Forum: Dialogue System for Unity
Topic: Action On Conversation End
Replies: 3
Views: 1098

Re: Action On Conversation End

Thank you for the great explanation! Hopefully someone else'll stumble across this, I was having a hard time understanding the specifics of the usage of StartConversation, and that was very detailed and awesome of you. Here's the working debug, which I took your last advice and stuck it in the same ...
by sdclark79
Thu Jun 29, 2017 3:34 pm
Forum: Dialogue System for Unity
Topic: Action On Conversation End
Replies: 3
Views: 1098

Action On Conversation End

Hello all! I am trying to learn how to execute functions on conversation end, but I am having some difficulties. I am starting the conversation with: DialogueManager.StartConversation ("New Conversation 2"); ... inside of a coroutine attached to an NPC. When the conversation finishes, I'm ...