Tutorial on Event System

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
sunwooz
Posts: 8
Joined: Thu Jan 27, 2022 10:54 pm

Tutorial on Event System

Post by sunwooz »

Hello Tony!

I've been looking around for a tutorial on how to use the event system in Dialogue System. Is there already one available somewhere?

I'm currently just trying to call a function when a conversation starts and ends.

Thanks!
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Tutorial on Event System

Post by Tony Li »

Hi,

The Interaction Tutorial covers Dialogue System Events. You can also use OnConversationStart/End methods or C# events.

Reference pages:
sunwooz
Posts: 8
Joined: Thu Jan 27, 2022 10:54 pm

Re: Tutorial on Event System

Post by sunwooz »

Thank you Tony, I'll take a look at those links.
Post Reply