Saltar al contenido principal

remove_mmoitem_action

Remove MMOItem — misc entry.

Entry Information

PropertyValue
Entry IDremove_mmoitem_action
TypeMisc
ColorRed
Iconmaterial-symbols:remove

Fields

FieldTypeDescription
itemsList<MMOItemSelection>List of MMOItems to remove
itemVar<MMOItemIdentifier>The MMOItem to remove (used if items list is empty)
amountIntAmount of items to remove if using single item
factRef<ReadableFactEntry>Select a fact that provides items (e.g., MMOItems Count Fact, MMOInventory Check Item Fact)
checkInventoryVar<Boolean>Check items in player's inventory
checkHandVar<Boolean>Check item in player's main hand
groupRef<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: ""