Condition_IsHouseholdBizOperating
Description
Returns whether the HouseholdBiz at the BaseObject's current Site is operating. Returns false if no HouseholdBiz is found at the BaseObject's current Site.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | A Character or Object located at a Site linked to a HouseholdBiz whose operating status is checked. |
| CompareType | Equal: true if the HouseholdBiz at the site is operating. NotEqual: true if it is not operating. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the biz at Self's current site is operating | Self | IsHouseholdBizOperating | Equal |
| Check if the biz at Target's site is not currently operating | Target | IsHouseholdBizOperating | NotEqual |
| Check if Self is located at an active HouseholdBiz | Self | IsHouseholdBizOperating | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents