give_mmoitem_action
Give MMOItem — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | give_mmoitem_action |
| Type | Misc |
| Color | Green |
| Icon | material-symbols:add |
Fields
| Field | Type | Description |
|---|---|---|
items | List<MMOItemSelection> | List of MMOItems to give |
item | Var<MMOItemIdentifier> | The MMOItem to give (used if items list is empty) |
amount | Int | Amount of items to give if using single item |
fact | Ref<ReadableFactEntry> | Select a fact that provides items (e.g., MMOItems Count Fact, MMOInventory Check Item Fact) |
group | Ref<GroupEntry> | Optional group to give items to all members. If empty, only the triggering player receives items. |
Usage Example
- entry: give_mmoitem_action
name: "Give MMOItem"
items: []
item: ""
amount: 0
fact: ""
group: ""