How to add extra description to one quest?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Lucian1899
Posts: 12
Joined: Wed Dec 13, 2023 9:23 am

How to add extra description to one quest?

Post by Lucian1899 »

Hi,

Sorry if it had answer yet. I'm writing a long quest in my game, here is what I want to do:

1.Talk to NPC A, accept a quest, and I can see the quest's name and description in Quest Log Window.(done)
2.Talk to NPC B, get some information, add the second description to this quest.(fail)
3.Talk to NPC C, get some information, add the third description to this quest.
......

So how can I add second/third description to the same quest (better without script)? I tried Quest Entries in the database but didn't find the right way to figure it out.Thanks for help!
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to add extra description to one quest?

Post by Tony Li »

Hi,

Quest entries are the correct way to do it.

Add a quest entry for the second and third descriptions. Example:

quest1.png
quest1.png (18.39 KiB) Viewed 55558 times

When the player talks to NPC B, set the quest entry to active or success:

quest2.png
quest2.png (8.47 KiB) Viewed 55558 times
Lucian1899
Posts: 12
Joined: Wed Dec 13, 2023 9:23 am

Re: How to add extra description to one quest?

Post by Lucian1899 »

That's great, I could finish my quest, thank you so much!
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to add extra description to one quest?

Post by Tony Li »

Glad to help!
Post Reply