Condition_HasRegisteredPocketMarketSellingItem
Description
Checks whether the character (the non-base entity) has registered a specific item (the base entity) for sale in the pocket market. If BaseObject is Target, the character is Self, and vice versa.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The item entity to check (Self or Target); the character is the opposite BaseObject. |
| CompareType | Equal: the item is registered, NotEqual: the item is not registered. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self has registered Target item for sale | Target | HasRegisteredPocketMarketSellingItem | Equal |
| Check if Self has NOT registered Target item for sale | Target | HasRegisteredPocketMarketSellingItem | NotEqual |
| Check if Target has registered Self item for sale | Self | HasRegisteredPocketMarketSellingItem | Equal |
| Check if Target has NOT registered Self item for sale | Self | HasRegisteredPocketMarketSellingItem | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents