Search found 4 matches

by bocdagla
Mon Feb 13, 2023 11:43 am
Forum: Dialogue System for Unity
Topic: Dialogue System: Can't find quest giver 'Player' to give quest 'testQuest'
Replies: 3
Views: 321

Re: Dialogue System: Can't find quest giver 'Player' to give quest 'testQuest'

Thanks a lot, though while working with this systems i realized that the Dialogue System Quest Giver script showed me the default quest machine dialogue UI with the text: TestQuest Conversation. In order to avoid that i would like to use only the Dialogue System scripts to modify the quest machine d...
by bocdagla
Mon Feb 13, 2023 5:28 am
Forum: Dialogue System for Unity
Topic: Dialogue System: Can't find quest giver 'Player' to give quest 'testQuest'
Replies: 3
Views: 321

Dialogue System: Can't find quest giver 'Player' to give quest 'testQuest'

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 'T...
by bocdagla
Sat Feb 11, 2023 4:14 pm
Forum: Dialogue System for Unity
Topic: Response saved as dialogue entry
Replies: 3
Views: 165

Re: Response saved as dialogue entry

Thanks that did the trick :D
by bocdagla
Sat Feb 11, 2023 1:47 pm
Forum: Dialogue System for Unity
Topic: Response saved as dialogue entry
Replies: 3
Views: 165

Response saved as dialogue entry

I would like to save the response into the dialogue entries so it shows what the player has been choosing.
I have the Accumulate Text checkbox selected in my subtitle panel.
Do i need to create a subclass to do this?