Execute_AdjustHouseholdBizSalaryLevel
Description
Increases or decreases the salary level of the BaseObject employee in the HouseholdBiz found at the employee’s current site. The NonBaseObject must be the manager of that HouseholdBiz. S1 must be "Up" to raise the salary one step (clamped at VeryHigh) or "Down" to lower it one step (clamped at VeryLow). Any other value does nothing.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | A Character (employee) whose salary level at the current site’s HouseholdBiz is adjusted. |
| S1 | Direction of the salary change: "Up" to raise one step, or "Down" to lower one step. |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Raise Self’s salary level by one step at the current biz | Self | AdjustHouseholdBizSalaryLevel |
| Lower Target’s salary level by one step at the current biz | Target | AdjustHouseholdBizSalaryLevel |
Back to Command FinderSearch and filter all 399 Script Execution documents