Skip to main content

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

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

Examples

DescriptionBaseObjectCommandCompareType
Check if Target item is listed in the pocket marketTargetIsRegisteredPocketMarketSellingItemEqual
Check if Target item is NOT listed in the pocket marketTargetIsRegisteredPocketMarketSellingItemNotEqual
Check if Self item is listed in the pocket marketSelfIsRegisteredPocketMarketSellingItemEqual
Check if Self item is NOT listed in the pocket marketSelfIsRegisteredPocketMarketSellingItemNotEqual