Possible to get multiple Quests from one NPC

Is it possible to get multiple Quests from one NPC ? Right now we are triggering the quest with the dialogue trigger but for example if we add two GiveQuest Scripts on the NPC, how does the DialogueTrigger Script knows which quest he should actually activate since he will only show the script GiveQuest once in the DialogueTrigger Action window.

For that, you’ll need a child GameObjects for each extra GiveQuest you have in mind. Have the GiveFirstQuest trigger link to the one on the AIConversant. GiveSecondQuest will link to the QuestGiver on the child object, and so on.

Privacy & Terms