Method in DialogueRunner
Starts running the dialogue again.
public void ResetDialogue(string nodeName = null)If nodeName is null, the node specified by startNode is attempted, followed the currently running node. If none of these options are available, an ArgumentNullException is thrown.
string nodeName