How to change conversations dynamically with C# scripts?
Posted: Sat Oct 31, 2020 1:43 am
Hello!
Thanks for help! I have a problem when using Dialogue System: how can I change conversations dynamically with C# scripts?
For example,I have a conversation with the title "TestConversation1/Start" and it is the default conversation, and I still have another conversation "NewConversation/Start". Sometimes I want to use the first conversation, and sometime I want change the current conversation to the second one. I've search the APIs but I find no such ways.
What I want is this: I have a button, when I clicked the button, the conversation start. But sometimes I need the first conversation start, sometimes the second one. How can I control it dynamically with C# scripts?Is the keywords the "Title" or the "ID"?
Hope for your answer,thanks!
Thanks for help! I have a problem when using Dialogue System: how can I change conversations dynamically with C# scripts?
For example,I have a conversation with the title "TestConversation1/Start" and it is the default conversation, and I still have another conversation "NewConversation/Start". Sometimes I want to use the first conversation, and sometime I want change the current conversation to the second one. I've search the APIs but I find no such ways.
What I want is this: I have a button, when I clicked the button, the conversation start. But sometimes I need the first conversation start, sometimes the second one. How can I control it dynamically with C# scripts?Is the keywords the "Title" or the "ID"?
Hope for your answer,thanks!