Condition_HasHouseholdBizSite
Description
Checks whether the household of the given BaseObject Character owns at least one HouseholdBizSite. Equal is true if the household has a HouseholdBizSite; NotEqual is true if it does not.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | A Character belonging to a household whose HouseholdBizSite ownership is checked. |
| CompareType | Equal: true if the household has at least one HouseholdBizSite. NotEqual: true if none. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self's household owns at least one biz site | Self | HasHouseholdBizSite | Equal |
| Check if Target's household has no biz sites | Target | HasHouseholdBizSite | NotEqual |
| Check if Self's household has any registered biz sites | Self | HasHouseholdBizSite | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents