Page 1 of 1

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

Posted: Thu Jul 15, 2021 10:04 pm
by nuununuun
274.png
274.png (19.4 KiB) Viewed 1473 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?

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

Posted: Fri Jul 16, 2021 12:14 am
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.