remove_mmoitem_action
Remove MMOItem — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | remove_mmoitem_action |
| Type | Misc |
| Color | Red |
| Icon | material-symbols:remove |
Fields
| Field | Type | Description |
|---|---|---|
items | List<MMOItemSelection> | List of MMOItems to remove |
item | Var<MMOItemIdentifier> | The MMOItem to remove (used if items list is empty) |
amount | Int | Amount of items to remove if using single item |
fact | Ref<ReadableFactEntry> | Select a fact that provides items (e.g., MMOItems Count Fact, MMOInventory Check Item Fact) |
checkInventory | Var<Boolean> | Check items in player's inventory |
checkHand | Var<Boolean> | Check item in player's main hand |
group | Ref<GroupEntry> | Optional group to remove items from all members. If empty, only the triggering player is affected. |
Usage Example
- entry: remove_mmoitem_action
name: "Remove MMOItem"
items: []
item: ""
amount: 0
fact: ""
checkInventory: false
checkHand: false
group: ""