renforge_click_element
Click a visible Ren'Py control by text or ID, guarded against stale frames, with optional waiting for a related business event to confirm the click.
Instructions
Click a visible control by text/id, guarded against a stale frame.
Returns received_by when another control owns the hit point. With wait_for_effect=true, wait for a correlated business event such as quick_save.completed when the clicked action is recognizable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| exact | No | ||
| screen | No | ||
| element_id | No | ||
| project_path | Yes | ||
| effect_timeout | No | ||
| interaction_id | No | ||
| wait_for_effect | No | ||
| expected_frame_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||