renforge_control
Execute runtime actions on a running Ren'Py game, including advance, rollback, quick save/load, and toggles. Optionally wait for the corresponding business event to confirm completion.
Instructions
Run a runtime action: advance, rollback, toggle_skip, toggle_auto, toggle_afm, game_menu, hide_windows, quick_save, quick_load, reload_script, restart_interaction, or quit.
Emits correlated business events (quick_save.completed, skip.stopped, …). Set wait_for_effect=true to block until the matching event appears.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| project_path | Yes | ||
| effect_timeout | No | ||
| interaction_id | No | ||
| wait_for_effect | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||