Giving Quest to Player from Dialogue Conversation
Posted: Fri Sep 16, 2022 12:48 pm
Hi!
I hope this finds you well!
I'm trying to give my player a Quest Machine Quest direct from a Dialogue System Conversation.
Within the conversation, I have a dialogue entry with an action and the following script:
However, when the dialogue entry is played out, the Player does not have the new Quest in their Journal. The Actor in the Conversations is a Dialogue System Quest Giver and has the "my_dear_hunter" quest in their Quest list. I have a Quest entry in Dialogue System database, and the name matches the Id of the Quest ("my_dear_hunter").
Am I using GiveQuest correctly? I tried to use GiveQuestToQuester:
But that doesn't work either.
I'm 100% sure that I'm doing something wrong, so any thoughts you might have would be greatly appreciated!
Thank you again!
I hope this finds you well!
I'm trying to give my player a Quest Machine Quest direct from a Dialogue System Conversation.
Within the conversation, I have a dialogue entry with an action and the following script:
Code: Select all
GiveQuest("Player", "my_dear_hunter")
Am I using GiveQuest correctly? I tried to use GiveQuestToQuester:
Code: Select all
GiveQuestToQuester("Alissa", "my_dear_hunter", "Player");
I'm 100% sure that I'm doing something wrong, so any thoughts you might have would be greatly appreciated!
Thank you again!