btc_give_item_action allows you to distribute custom items defined in your RPG Core Configuration. It handles inventory logic automatically, dropping items on the ground if the player is full.
Mechanic: This action connects directly to the Item Catalog. If an ID doesn’t exist, it will fail silently or warn in console depending on settings.
⚙️ Configuration
A list of items to give. Used for batch rewards.
Shortcut. The unique ID of the single item to give.
Shortcut. Quantity for the single item.
Data Structure: ItemGive
| Field | Type | Description |
|---|---|---|
id | String | Required. The Item ID from catalog. |
amount | Int | Quantity to give. |