duriumm / Pixel-Game

Pixel game made in unity
1 stars 0 forks source link

Duplicates of quests #35

Open duriumm opened 3 years ago

duriumm commented 3 years ago

On entering another scene the players active quests follow with him as intended. But on going back to previous scene, the quests for the NPCs are all reset.

We need to add a list in DataToPass gameObject that keeps track of finished quests and loads the "Finished quest conversation" for each npc that is in the list.

This can work in the same way we keep track of our opened chests

duriumm commented 3 years ago

Fix Duplicates of quests issue #35