======Start Dialogue====== ---- Starts the specified [[dialogue]]. The [[dialogue]] name is case-sensitive. ====Signature:==== start_dialogue(dialogue_name) ^Argument^Description^Type^Required^ |dialogue_name|Name of the [[dialogue]] (as defined in the [[Dialogue Editor]]).|[[String]]|Yes| ====Example:==== start_dialogue("greeting"); //Results:// Starts the [[dialogue]] named "greeting". Use the **Start Dialogue** function to manually trigger a [[dialogue]] between a set of [[character|characters]] as part of a scripted sequence or cutscene. ---- ====Editor Node:==== {{:wiki:start_dialogue_node.png?nolink|}} ====Visual Demo:==== {{:wiki:start_dialogue_demo.gif?nolink|}} ~~NOTOC~~