Forums › 💬 NodeCanvas › ⚙️ Support › Backtrack/Undo in DialogueTree › Reply To: Backtrack/Undo in DialogueTree
Hey,
Restaring the Dialogue can be done by calling “controller.StopBehaviour()”, then “controller.StartDialogue()” again. I will just need to add a “StopDialogue” method (overlooked) so that the API remains consistent.
Thanks for pointing that out.