Dialogue End
End Dialogue Action
Last updated
End Dialogue Action
Last updated
Dialogue End is a node that defines the end of a dialogue. It is required in every dialogue. Each ending can have a different behavior.
Dialogue End Type
Defines the behavior that will be executed when the dialogue ends.
Dialogue SO
Defines the next dialogue that will start when the current dialogue ends.
Start ID
An optional field that defines an ID used to find the appropriate starting point. If the ID exists in the next dialogue, the dialogue will start from that ID. If not, or if the field is empty, a random starting point will be used.
End
Ends the dialogue without any additional functionality.
Return to Start
Restarts the same dialogue from a selected or random starting point.
Next Dialogue
Starts a selected dialogue from a chosen or random starting point.