Different Conversations with one NPC

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
flyry03
Posts: 1
Joined: Sat Nov 19, 2016 7:04 pm

Different Conversations with one NPC

Post by flyry03 »

Hi,

I'm trying to have a single NPC use more than one conversation. On the conversation trigger, it only leaves room for one conversation from the dialogue database. How can I access more/different conversations?

Thanks!!
User avatar
Tony Li
Posts: 23260
Joined: Thu Jul 18, 2013 1:27 pm

Re: Different Conversations with one NPC

Post by Tony Li »

Hi,

Here are two easy ways:

1. Add more Conversation Triggers. Set the Condition section of each Conversation Trigger so only one at a time will be true.

2. Or, continue using just one Conversation Trigger and point it to a "hub" conversation. From the hub conversation, link to other conversations. (To link a conversation to another conversation, inspect a dialogue entry node and from the "Link To:" dropdown select "Another Conversation".)
Post Reply