pet_wait_text
Wait until a specified text appears on the Commodore PET screen. Returns screen data on timeout without error.
Instructions
Block until TEXT appears on the screen. A timeout returns {"fired": null, "screen": ...} (not an error) so you can inspect what the program actually displayed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| session | No | ||
| timeout | No |