For the complete documentation index, see llms.txt. This page is also available as Markdown.

runSelectedOptionAsLine

Field in DialogueRunner

Summary

If this value is set, when an option is selected, the line contained in it ( Line ) will be delivered to the dialogue runner's dialogue presenters as though it had been written as a separate line.

public bool runSelectedOptionAsLine = false;

Remarks

This allows a Yarn script to

Last updated

Was this helpful?