How to re-start a conversation using a button?
Posted: Thu Apr 10, 2025 2:11 am
Hi, I am making a button to quickly start and restart conversations for debugging purpose.
Currently, I add `DialogueSystemTrigger.OnUse` as the button's OnClick() listener. However, they could only start a conversation with an On Use trigger but cannot re-start the conversation from its beginning.
Is there anything I can do so that when the conversation is running, if the button is clicked again, the current conversation will start over from its beginning?
Thank you!
Currently, I add `DialogueSystemTrigger.OnUse` as the button's OnClick() listener. However, they could only start a conversation with an On Use trigger but cannot re-start the conversation from its beginning.
Is there anything I can do so that when the conversation is running, if the button is clicked again, the current conversation will start over from its beginning?
Thank you!