void CheckQuest() { if (quest.completed) { questUI.SetCheckmarkVisibility(true); EndQuest(); } else { // add Dialogue : you need to finish the quest ! //Debug.Log("Adding comingBackToNPCNotFinishingQuest"); } }