Condition_IsRegisteredPocketMarketSellingItem
Description
Checks whether the item entity (BaseObject) is currently registered in the pocket market selling list, regardless of which character registered it.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The item entity to check (Self or Target). |
| CompareType | Equal: the item is registered, NotEqual: the item is not registered. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Target item is listed in the pocket market | Target | IsRegisteredPocketMarketSellingItem | Equal |
| Check if Target item is NOT listed in the pocket market | Target | IsRegisteredPocketMarketSellingItem | NotEqual |
| Check if Self item is listed in the pocket market | Self | IsRegisteredPocketMarketSellingItem | Equal |
| Check if Self item is NOT listed in the pocket market | Self | IsRegisteredPocketMarketSellingItem | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents