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
| Parameter | Description |
|---|---|
| BaseObject | The Character (employee) whose salary level at the current site’s HouseholdBiz is checked. |
| CompareType | Equal: true if the Character’s salary level matches S1. NotEqual: true if the salary level does not match. |
| S1 | The expected HouseholdBiz Salary Level to compare against: VeryLow, Low, Normal, High, or VeryHigh. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self has a Normal salary level at the current biz | Self | IsHouseholdBizSalaryLevel | Equal |
| Check if Target does not have a VeryLow salary level | Target | IsHouseholdBizSalaryLevel | NotEqual |
| Check if Self has a High salary level at the current biz | Self | IsHouseholdBizSalaryLevel | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents