Reply To: Backtrack/Undo in DialogueTree

Forums 💬 NodeCanvas ⚙️ Support Backtrack/Undo in DialogueTree Reply To: Backtrack/Undo in DialogueTree

#17598
Gavalakis
Keymaster

    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.