mwg API
    Preparing search index...

    Type Alias MwlRuntimeAction

    MwlRuntimeAction:
        | { trigger: string; type: "run" }
        | { id: string; type: "fire_event" }
        | { type: "fire_moveto"; unit: string }
        | { choiceIndex: number; dialogueId: string; type: "answer_dialogue" }

    One public MWL runtime operation, retained for deterministic replay and diagnostics.