Search found 4 matches
- Wed Feb 06, 2019 11:38 pm
- Forum: Dialogue System for Unity
- Topic: How not to allow leaving the conversation?
- Replies: 3
- Views: 414
Re: How not to allow leaving the conversation?
Oh.. It was hard day and so I didn't see it in Input Settings... thanks)
- Wed Feb 06, 2019 5:57 am
- Forum: Dialogue System for Unity
- Topic: How not to allow leaving the conversation?
- Replies: 3
- Views: 414
How not to allow leaving the conversation?
Hi! If I push the "Esc" button during a conversation, conversation immediately ends. How not to allow being like that? Sry, for my english.
- Thu Sep 27, 2018 1:20 am
- Forum: Dialogue System for Unity
- Topic: Quest State Changed Event
- Replies: 8
- Views: 1255
Re: Quest State Changed Event
Great! Thank you!
- Wed Sep 26, 2018 6:42 am
- Forum: Dialogue System for Unity
- Topic: Quest State Changed Event
- Replies: 8
- Views: 1255
Quest State Changed Event
Hi, Tony! I didn't find any event like "QuestStateChangedEvent", so I could listen to that in my C# code like: void Start() { QuestLog.QuestStateChangedEvent += QuestStateChangedEventHandler; } void QuestStateChangedEventHandler(string questName, QuestState newState) { // my code } Are the...