Execute_AdvanceCareerRank
Description
Advances a character's career rank by one. Intended for promotion exam completion or script-driven career progression. Returns early if the character has no career of the specified type or is already at max.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose career rank will be advanced. |
| S1 | EB1CareerType to advance (e.g., Business, School); defaults to Business if omitted. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Advance the Business career rank by one | Self | AdvanceCareerRank | |
| Advance the School career rank by one | Self | AdvanceCareerRank | School |
Back to Command FinderSearch and filter all 399 Script Execution documents