Read script events
read_scriptRetrieve structured script events from a GB Studio project by specifying the owner and script key. Each event includes id, command, args, and optional children for composite actions.
Instructions
Return the ScriptEvent[] for a given owner and key. Each event has shape { id, command, args?, children? } where children is a Record<branchName, ScriptEvent[]> for composite events (if/switch/group). See the gbvm-scripting skill for command semantics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | Yes |