On Click() play diferents conversations on the same NPC.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
beatdones
Posts: 1
Joined: Tue Mar 09, 2021 8:56 am

On Click() play diferents conversations on the same NPC.

Post by beatdones »

Hello everyone,
I have a problem executing different conversations on the same NCP.
When I click on it, all the conversations are executed one after another.
What I want to do is that in the same Dialogue DataBase (one for each NPC) have different conversations, these once completed will unlock a certain number that I link with a random one will be passed to the Start Conversation of the Dialogue System Trigger.

How can I make the conversation only run when I click?
Thank you so much!
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: On Click() play diferents conversations on the same NPC.

Post by Tony Li »

Hi,

If I understand you correctly, you should be able to use the ideas here: How To: Run A Conversation Only Once.
Post Reply