mmoitems_count_fact
Count MMOItems in player's inventory or hand — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | mmoitems_count_fact |
| Type | Misc |
| Color | Blue |
| Icon | material-symbols:inventory |
Fields
| Field | Type | Description |
|---|---|---|
items | List<MMOItemIdentifier> | List of MMOItems to count |
item | MMOItemIdentifier | The MMOItem to count (used if items list is empty) |
checkInventory | Var<Boolean> | Check items in player's inventory |
checkHand | Var<Boolean> | Check item in player's main hand |
Usage Example
- entry: mmoitems_count_fact
name: "Count MMOItems in player's inventory or hand"
items: []
item: ""
checkInventory: false
checkHand: false