Skip to main content

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

ParameterDescription
BaseObjectThe item entity to check (Self or Target); the character is the opposite BaseObject.
CompareTypeEqual: the item is registered, NotEqual: the item is not registered.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has registered Target item for saleTargetHasRegisteredPocketMarketSellingItemEqual
Check if Self has NOT registered Target item for saleTargetHasRegisteredPocketMarketSellingItemNotEqual
Check if Target has registered Self item for saleSelfHasRegisteredPocketMarketSellingItemEqual
Check if Target has NOT registered Self item for saleSelfHasRegisteredPocketMarketSellingItemNotEqual