CLOSE_DIALOG
Ends any open dialog.
Use this action when you want to trigger a dialog that may potentially interrupt a dialog in progress. Otherwise, the two dialogs may collide, which can result in a soft lock.
Example JSON
{
"action": "CLOSE_DIALOG"
}
MGS Natlang
Example
script {
end dialog;
}
Dictionary entry
end dialog (;)