Dialogue System Trigger > Random Conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
danosono
Posts: 16
Joined: Sun Jun 21, 2020 7:17 pm

Dialogue System Trigger > Random Conversation

Post by danosono »

I am using DialogueSystemTrigger > Start Conversation to start a conversation

Is there a built-in way to chose randomly between conversations when the player enters a trigger?

Trigger A will trigger one of 15 different conversations randomly and exclude some after they are used once.
Trigger B will ..... do something similar.

Thanks for any help.

Danny
Jesus is the answer to every problem.
https://www.gotquestions.org/know-Jesus.html
https://store.steampowered.com/app/2151420/Word/ Longest typing game on Steam OO
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue System Trigger > Random Conversation

Post by Tony Li »

Hi,

You can configure Trigger A to start a single conversation. Link this conversation to your other 15 conversations. Set the Sequence to Continue() and the Script to RandomizeNextEntry():
startRandomConversation.png
startRandomConversation.png (18.17 KiB) Viewed 329 times
danosono
Posts: 16
Joined: Sun Jun 21, 2020 7:17 pm

Re: Dialogue System Trigger > Random Conversation

Post by danosono »

Thank you very much Tony!
Jesus is the answer to every problem.
https://www.gotquestions.org/know-Jesus.html
https://store.steampowered.com/app/2151420/Word/ Longest typing game on Steam OO
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue System Trigger > Random Conversation

Post by Tony Li »

Glad to help!
Post Reply