how can I add a new quest after completing the previous quest?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
PinkPanther
Posts: 12
Joined: Sun Aug 06, 2023 7:43 pm

how can I add a new quest after completing the previous quest?

Post by PinkPanther »

The first quest is launched during the dialogue. The essence of the quest is for the player to collect the right amount of items. Then I want a new quest to start after completing this quest, but there is one problem: The first quest becomes completed when the player starts a dialogue, and I need this quest to become completed without starting a dialogue and after that a new quest starts. How to do it? (I have a variable of the number of items collected)
User avatar
Tony Li
Posts: 22110
Joined: Thu Jul 18, 2013 1:27 pm

Re: how can I add a new quest after completing the previous quest?

Post by Tony Li »

Hi,

Are you using Quest Machine or the Dialogue System for Unity? I'll move this thread to the correct section and reply there.
PinkPanther
Posts: 12
Joined: Sun Aug 06, 2023 7:43 pm

Re: how can I add a new quest after completing the previous quest?

Post by PinkPanther »

I use a dialog system
User avatar
Tony Li
Posts: 22110
Joined: Thu Jul 18, 2013 1:27 pm

Re: how can I add a new quest after completing the previous quest?

Post by Tony Li »

Hi,

If you want the first quest to change to its "success" state outside of a conversation, please see: How To: Set Up Quests Without Conversations
Post Reply