extract_items
Take specific items or all contents from an entity at map coordinates into your inventory, with optional wait for job completion.
Instructions
Take items out of the entity at x,y into your inventory: specific counts, or all=true (walks within reach).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | map coordinate in tiles (x grows east, y grows south) | |
| y | Yes | map coordinate in tiles (x grows east, y grows south) | |
| all | No | ||
| items | No | ||
| wait_s | No | seconds to wait for the job to finish before returning its id (default 30; 0 = return at once) | |
| replace | No | cancel your running and queued jobs first instead of queueing behind them |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |