get_pending_messages
Retrieve pending messages typed by the user in-game without blocking. Poll for messages sent via F10 key press.
Instructions
Check for any messages the user typed in-game (non-blocking).
The user can press F10 anytime to send a message. Use this to check if they've sent anything without blocking/waiting.
Returns: List of pending messages (empty if none)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |