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
| Parameter | Description |
|---|---|
| BaseObject | A Character whose HouseholdBizProfile is checked (or a household member if S1 is "CheckHouseholdMember"). |
| CompareType | Equal: true if the BaseObject (or a household member) is the Biz manager. NotEqual: true if not. |
| S1 | Optional. Set to "CheckHouseholdMember" to check all household members instead of only BaseObject; omit otherwise. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is the manager of their main HouseholdBiz | Self | IsHouseholdBizManager | Equal |
| Check if Target is not the manager of their main HouseholdBiz | Target | IsHouseholdBizManager | NotEqual |
| Check if any household member of Self is a biz manager | Self | IsHouseholdBizManager | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents