Renforge Send Input
renforge_send_inputSend exactly one text, key, or scroll input to a focused Ren'Py game to automate dialogue choices, menus, and navigation during testing.
Instructions
Send exactly one input mode: text, named key, or scroll object.
text posts character-by-character TEXTINPUT events to a focused
Ren'Py Input; submit optionally presses Enter after the text.
key accepts readable names such as enter, esc, arrows, pageup,
pagedown, backspace, delete, home, end, space, tab, and function keys.
scroll is {"x": ..., "y": ..., "direction": "up"|"down"}
in logical game coordinates, with optional integer amount.
Exactly one of text, key, and scroll must be supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| text | No | ||
| scroll | No | ||
| submit | No | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||