Execute_SetCareerExp
Description
Sets the career experience (Exp) of the character to a specific value. The value is clamped between 0 and the maximum Exp (100.0).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose career Exp will be set. |
| S1 | EB1CareerType to modify (e.g., Business, School); defaults to Business if omitted. |
| F1 | The experience value to set (valid range: 0.0 to 100.0). |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|---|---|---|---|
| Set Business career Exp to 50 | Self | SetCareerExp | 50.0 | |
| Set School career Exp to 75 | Self | SetCareerExp | School | 75.0 |
| Set Business career Exp to max (100) | Self | SetCareerExp | Business | 100.0 |
Back to Command FinderSearch and filter all 399 Script Execution documents