Skip to main content

Condition_IsTinyShopOwner

Description

Checks whether the specified character owns a TinyShop.

Parameters

ParameterDescription
BaseObjectThe character to check (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self owns a TinyShopSelfIsTinyShopOwnerEqual
Check if Self does not own a TinyShopSelfIsTinyShopOwnerNotEqual
Check if Target owns a TinyShopTargetIsTinyShopOwnerEqual