Has MMO Item Fact
The Has MMO Item Fact returns 1 if the player has the specified MMOItem in their inventory (any slot).
Properties
| Property | Type | Default | Description |
|---|---|---|---|
id | String | Unique identifier. | |
type | String | The MMOItem Type. | |
itemId | String | The MMOItem ID. | |
amount | Int | 1 | Minimum amount required. |
Example
has_mmo_item_fact:
id: "has_sword"
type: "SWORD"
itemId: "EPIC_SWORD"