Might be a mistake in code of QuestMachine's Dialogue System Support?

Announcements, support questions, and discussion for Quest Machine.
Post Reply
nuununuun
Posts: 13
Joined: Thu Dec 17, 2020 11:54 pm

Might be a mistake in code of QuestMachine's Dialogue System Support?

Post by nuununuun »

274.png
274.png (19.4 KiB) Viewed 1474 times
Version of QuestMachine asset: 1.2.17

(DialogueSystemQuestMachineBridge.cs) If you see the line 274, we can notice that there is 'questID' instead of 'questerID'. I think putting questID is wrong(might be a mistake). Is it a mistake or is it right?
User avatar
Tony Li
Posts: 21926
Joined: Thu Jul 18, 2013 1:27 pm

Re: Might be a mistake in code of QuestMachine's Dialogue System Support?

Post by Tony Li »

Hi,

Yes, that is indeed a typo. The fix is staged for the next release version. You can change "questID" to "questerID" in your copy of the bridge script in the meantime.
Post Reply