Condition_IsBizStall
Description
Returns whether the BaseObject (a market stall object) is registered as a stall object within a HouseholdBiz site. Equal is true if the object is a registered biz stall; NotEqual is true if it is not.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | A GameObject (market stall object) whose registration status in a HouseholdBiz site is checked. |
| CompareType | Equal: true if the object is a registered biz stall. NotEqual: true if it is not. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is a registered stall object in a biz site | Self | IsBizStall | Equal |
| Check if Target is not a registered stall object | Target | IsBizStall | NotEqual |
| Check if Self is currently a stall in any HouseholdBiz | Self | IsBizStall | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents