Game Scenario
game_scenarioRuns scripted Godot game scenarios by executing ordered input, wait, observe, assert, screenshot, and performance steps to automate playtesting and verify game behavior.
Instructions
Property waits need reflection;
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable scenario and parent t… | |
| steps | Yes | Bounded ordered scenario steps | |
| projectPath | No | Godot project path for trace correla… | |
| timeoutSeconds | No | Whole scenario timeout. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |