Skip to main content

Condition_IsHouseholdBizManager

Description

Returns whether the BaseObject is the Manager of their main HouseholdBiz. This condition is profile-based (not site-based): it resolves the Character’s HouseholdBizProfile, loads the Biz using MainHouseholdBizId, and compares BizManagerEntityId against the Character’s EntityId. If S1 is "CheckHouseholdMember", it checks all household members instead of only the BaseObject. Returns false if the BaseObject is not a valid Character or the profile does not reference a valid Biz.

Parameters

ParameterDescription
BaseObjectA Character whose HouseholdBizProfile is checked (or a household member if S1 is "CheckHouseholdMember").
CompareTypeEqual: true if the BaseObject (or a household member) is the Biz manager. NotEqual: true if not.
S1Optional. Set to "CheckHouseholdMember" to check all household members instead of only BaseObject; omit otherwise.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is the manager of their main HouseholdBizSelfIsHouseholdBizManagerEqual
Check if Target is not the manager of their main HouseholdBizTargetIsHouseholdBizManagerNotEqual
Check if any household member of Self is a biz managerSelfIsHouseholdBizManagerEqual