use_item
Apply consumable item effects to characters in RPG sessions. Removes used items from inventory and optionally targets specific characters.
Instructions
Use a consumable item (removes it from inventory and applies effects).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | Character using the item | |
| itemId | Yes | The consumable item to use | |
| targetId | No | Optional target character for the effect | |
| sessionId | No |