Dialogue System: Can't find quest giver 'Player' to give quest 'testQuest'
Posted: Mon Feb 13, 2023 5:28 am
Hello,
I am trying the integration of the dialogue system with the quest machine though i am having issues when giving the quest to the player, it does not look like it is asociating with the player and i'm getting this error message:
Dialogue System: Can't find quest giver 'Player' to give quest 'TestQuest'.
this is the script the dialogue runs:
GiveQuest("Player", "TestQuest")
SetQuestNodeState("TestQuest", "FindDog", "active");
I have a Dialogue System Quest Giver script asociated with a UI button with the Id as knight and it has the quest asociated.
Also i have a gameObject on the same scene with a quest journal with the Id as Player
I don't understand what is going on, could you please help me?
I am trying the integration of the dialogue system with the quest machine though i am having issues when giving the quest to the player, it does not look like it is asociating with the player and i'm getting this error message:
Dialogue System: Can't find quest giver 'Player' to give quest 'TestQuest'.
this is the script the dialogue runs:
GiveQuest("Player", "TestQuest")
SetQuestNodeState("TestQuest", "FindDog", "active");
I have a Dialogue System Quest Giver script asociated with a UI button with the Id as knight and it has the quest asociated.
Also i have a gameObject on the same scene with a quest journal with the Id as Player
I don't understand what is going on, could you please help me?