drop_item
Remove an item from the player's inventory and place it in the current location. Frees inventory space for other objects.
Instructions
Drop an inventory item in the player's current place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_name | Yes | ||
| adventure_session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| health | Yes | ||
| message | No | ||
| inventory | Yes | ||
| adventure_session_id | Yes |