Condition_HasHouseholdBiz
Description
Returns whether the household of the given BaseObject Character owns at least one HouseholdBiz. Equal is true if the household has a HouseholdBiz; NotEqual is true if it does not.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | A Character belonging to a household whose HouseholdBiz ownership is checked. |
| CompareType | Equal: true if the household has at least one HouseholdBiz. NotEqual: true if none. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self's household owns at least one HouseholdBiz | Self | HasHouseholdBiz | Equal |
| Check if Target's household has no HouseholdBiz | Target | HasHouseholdBiz | NotEqual |
| Check if Self's household has any active businesses | Self | HasHouseholdBiz | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents