Page 1 of 1

How to add extra description to one quest?

Posted: Thu Jan 11, 2024 8:42 am
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!

Re: How to add extra description to one quest?

Posted: Thu Jan 11, 2024 10:30 am
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 55559 times

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

quest2.png
quest2.png (8.47 KiB) Viewed 55559 times

Re: How to add extra description to one quest?

Posted: Tue Jan 16, 2024 8:00 am
by Lucian1899
That's great, I could finish my quest, thank you so much!

Re: How to add extra description to one quest?

Posted: Tue Jan 16, 2024 9:58 am
by Tony Li
Glad to help!