- Oct 7, 2023
- 414
- 1,073
I actually got the same issue except with the youngersame problem, asks to rename her twice and locks you in the first quest
I can't skip time forward because I haven't finished the quest. From a coding perspective, those "checks" to see if the quest has been accomplished should actually recompute whether the specific requirements for the quest have been met rather than just checking if the "quest_one_complete" flag is true (or whatever it's called). In other words, the cached value for completing the quest is incorrect and there's no way to trigger a recheck...