Search found 2 matches

by bidoofarmy
Thu Feb 04, 2021 9:00 pm
Forum: Dialogue System for Unity
Topic: OnConversationStart/End events
Replies: 3
Views: 343

Re: OnConversationStart/End events

Thank you very much for your quick response. Of course, that was it; I'm so used to events starting with "On" that I misread the doc and assumed the events themselves were named "OnConversationStarted". Problem solved. Cheers!
by bidoofarmy
Thu Feb 04, 2021 8:42 pm
Forum: Dialogue System for Unity
Topic: OnConversationStart/End events
Replies: 3
Views: 343

OnConversationStart/End events

Hey, I'd like to subscribe to conversation-starting and conversation-ending events through script so my game manager can know when to enter and when to exit its dialogue state — which is whenever any conversation starts or ends. I'm assuming they're static actions? I'd like to do something that basi...