Condition_IsTinyShopOwner
Description
Checks whether the specified character owns a TinyShop.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self owns a TinyShop | Self | IsTinyShopOwner | Equal |
| Check if Self does not own a TinyShop | Self | IsTinyShopOwner | NotEqual |
| Check if Target owns a TinyShop | Target | IsTinyShopOwner | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents