Hello!
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);
However, I noticed I was repeatedly getting this console message...
- error1.png (6.81 KiB) Viewed 138 times
...despite the fact that "A" is a quest that exists in my database.
- quest a.png (36.85 KiB) Viewed 138 times
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.
- error2.png (6.89 KiB) Viewed 138 times
- sign contract.png (38.68 KiB) Viewed 138 times
Any help in fixing this issue would be greatly appreciated. Thanks!