Skip to main content

Condition_CheckMarketStallSeller

Description

Checks whether the BaseObject is the seller of the NonBaseObject market stall. If S1 is AllowNoSeller, also returns true when the stall has no current owner.

Parameters

ParameterDescription
BaseObjectThe character to check as the seller of the market stall.
CompareTypeSupported compare types: Equal, NotEqual.
S1AllowNoSeller: if specified, also returns true when the stall has no current owner.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is the seller of this market stallSelfCheckMarketStallSellerEqual
Check if Self is not the seller of this market stallSelfCheckMarketStallSellerNotEqual
Check if Target is the seller of this market stallTargetCheckMarketStallSellerEqual