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
Dialogue System Trigger > Random Conversation
Dialogue System Trigger > Random Conversation
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
https://www.gotquestions.org/know-Jesus.html
https://store.steampowered.com/app/2151420/Word/ Longest typing game on Steam OO
Re: Dialogue System Trigger > Random Conversation
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():
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():
Re: Dialogue System Trigger > Random Conversation
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
https://www.gotquestions.org/know-Jesus.html
https://store.steampowered.com/app/2151420/Word/ Longest typing game on Steam OO
Re: Dialogue System Trigger > Random Conversation
Glad to help!