StartDialogue(string)

Method in DialogueRunner

Summary

Starts running a node of dialogue.

public void StartDialogue(string nodeName)

Remarks

nodeName must be the name of a node inYarnProject .

Parameters

Name
Description

string nodeName

The name of the node to run.

Last updated

Was this helpful?