mwg API
    Preparing search index...

    Interface MwlDialogueChoice

    One offered choice inside a dialogue: its label and the event answering runs.

    interface MwlDialogueChoice {
        branch?: readonly MwlCompiledNode[];
        event?: string;
        text: string;
    }
    Index
    branch?: readonly MwlCompiledNode[]

    inline branch commands, used when a choice does not name a separate event

    event?: string
    text: string