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
| Parameter | Description |
|---|---|
| BaseObject | The character to check as the seller of the market stall. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | AllowNoSeller: if specified, also returns true when the stall has no current owner. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is the seller of this market stall | Self | CheckMarketStallSeller | Equal |
| Check if Self is not the seller of this market stall | Self | CheckMarketStallSeller | NotEqual |
| Check if Target is the seller of this market stall | Target | CheckMarketStallSeller | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents