build_flow_command
Construct a flow-control event command (wait, exit event, label, or jump to label) for later insertion, returning the command object.
Instructions
Build a single flow-control event command for insertion via insert_event_commands: wait (230, N frames), exit_event (115), label (118, a named jump target), or jump_to_label (119). Read-only: returns { command }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which flow command to build | |
| name | No | label/jump_to_label: the label name | |
| frames | No | wait: number of frames (60 = 1 second) | |
| indent | No | Indentation level (default 0) |