renforge_wait_until
Wait for a specific label, screen, or expression condition in a running Ren'Py game, then retrieve the game state. Use include or state_profile to control returned data.
Instructions
Wait for exactly one label, screen, or expression condition.
Returns a compact state by default (state_profile='interaction'). Pass include for extra fields/variables; use state_profile='full' only when the complete store is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | No | ||
| label | No | ||
| screen | No | ||
| include | No | ||
| timeout | No | ||
| interval | No | ||
| max_depth | No | ||
| max_items | No | ||
| project_path | Yes | ||
| state_profile | No | interaction | |
| max_output_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||