Skip to main content

Condition_IsHouseholdBizSalaryLevel

Description

Returns whether the Character’s HouseholdBiz Salary Level matches the value provided in S1. The BaseObject must be an employee of a HouseholdBiz at their current site; if not employed, the condition returns false. If S1 is missing or invalid, the function returns false.

Parameters

ParameterDescription
BaseObjectThe Character (employee) whose salary level at the current site’s HouseholdBiz is checked.
CompareTypeEqual: true if the Character’s salary level matches S1. NotEqual: true if the salary level does not match.
S1The expected HouseholdBiz Salary Level to compare against: VeryLow, Low, Normal, High, or VeryHigh.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has a Normal salary level at the current bizSelfIsHouseholdBizSalaryLevelEqual
Check if Target does not have a VeryLow salary levelTargetIsHouseholdBizSalaryLevelNotEqual
Check if Self has a High salary level at the current bizSelfIsHouseholdBizSalaryLevelEqual