Section
The [section]
tag is used to define a specific section that groups all subsequent dialogues. It helps organize the script by segmenting it into different sections for easier management and navigation.
Syntax
[section]section_name
section_name represents the identifier for the section that will encompass all following dialogues.
Example
[section]dialog_example
In this example, dialog_example
becomes the section that contains all dialogues and actions following this tag.