renforge_run_scenario
Run a multi-step scenario in a Ren'Py game with a single call. Automatically captures a screenshot and diagnostics when a step fails.
Instructions
Run a multi-step live scenario (click/wait/assert/...) in one call.
On failure, captures a screenshot and compact diagnostics automatically. Supported step actions: set, eval, click, click_at, advance, scroll, wait, assert, select_choice, capture, save, load, control, send_input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | scenario | |
| steps | Yes | ||
| timeout | No | ||
| project_path | Yes | ||
| state_profile | No | minimal | |
| stop_on_failure | No | ||
| capture_on_failure | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||