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!
How to add extra description to one quest?
-
- Posts: 12
- Joined: Wed Dec 13, 2023 9:23 am
Re: How to add extra description to one quest?
Hi,
Quest entries are the correct way to do it.
Add a quest entry for the second and third descriptions. Example:
When the player talks to NPC B, set the quest entry to active or success:
Quest entries are the correct way to do it.
Add a quest entry for the second and third descriptions. Example:
When the player talks to NPC B, set the quest entry to active or success:
-
- Posts: 12
- Joined: Wed Dec 13, 2023 9:23 am
Re: How to add extra description to one quest?
That's great, I could finish my quest, thank you so much!
Re: How to add extra description to one quest?
Glad to help!