Renforge Wait Until
renforge_wait_untilPause execution until a specified label, screen, or expression condition is met in a running Ren'Py game, then return a compact state snapshot.
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 | |||