Start Dialogue


Starts the specified dialogue. The dialogue name is case-sensitive.

Signature:

start_dialogue(dialogue_name)
ArgumentDescriptionTypeRequired
dialogue_nameName of the dialogue (as defined in the Dialogue Editor).StringYes

Example:

start_dialogue("greeting");

Results: Starts the dialogue named “greeting”.

Use the Start Dialogue function to manually trigger a dialogue between a set of characters as part of a scripted sequence or cutscene.


Editor Node:

Visual Demo: