Execute_SetCareerRank
Description
Sets a character's career rank to the specified value. Unlike AdvanceCareerRank (which increments by one), this sets the rank directly.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose career rank will be set. |
| S1 | EB1CareerType to set (e.g., Business, School); defaults to Business if omitted. |
| F1 | The target rank value to set. |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|---|---|---|---|
| Set Business career rank to 1 | Self | SetCareerRank | 1 | |
| Set School career rank to 3 | Self | SetCareerRank | School | 3 |
Back to Command FinderSearch and filter all 399 Script Execution documents