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!