Skip to main content

Condition_HouseholdBizRole

Description

Returns whether the given Character's HouseholdBiz role matches the specified Role. The role is evaluated based on the HouseholdBiz linked to the Site the Character is currently located at.

Parameters

ParameterDescription
BaseObjectThe Character whose current site-based HouseholdBiz role is checked.
CompareTypeEqual: true if the Character's role matches S1. NotEqual: true if the role does not match S1.
S1HouseholdBiz role to compare against: Customer, Employee, or Manager.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is a Customer at the current biz siteSelfHouseholdBizRoleEqual
Check if Target is not an Employee at the biz siteTargetHouseholdBizRoleNotEqual
Check if Self is the Manager at the current biz siteSelfHouseholdBizRoleEqual