Skip to main content

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

ParameterDescription
BaseObjectA Character belonging to a household whose HouseholdBiz ownership is checked.
CompareTypeEqual: true if the household has at least one HouseholdBiz. NotEqual: true if none.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self's household owns at least one HouseholdBizSelfHasHouseholdBizEqual
Check if Target's household has no HouseholdBizTargetHasHouseholdBizNotEqual
Check if Self's household has any active businessesSelfHasHouseholdBizEqual