"Quest '[name]' doesn't exist. Can't set quest state to active"
Posted: Mon Dec 12, 2022 6:18 pm
Hello!
I've been attempting to change the state of a quest via C# script using the following code.
However, I noticed I was repeatedly getting this console message...
...despite the fact that "A" is a quest that exists in my database.
This got me curious, so I tried with a different quest - one that I had changed using the same code before, that I knew was working fine, and I encountered the same message.
Any help in fixing this issue would be greatly appreciated. Thanks!
I've been attempting to change the state of a quest via C# script using the following code.
Code: Select all
QuestLog.SetQuestState("A", QuestState.Active);