Execute_AddCareerExp
Description
Adds career experience (Exp) to the character. The result is clamped between 0 and 100. If the added Exp causes a level-up, the member's rank is automatically updated.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose career Exp will be increased. |
| S1 | EB1CareerType (e.g., Business, School); defaults to Business if omitted. |
| F1 | The experience amount to add. |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|---|---|---|---|
| Add 10 exp to Business career | Self | AddCareerExp | Business | 10.0 |
| Add 5 exp to School career | Self | AddCareerExp | School | 5.0 |
Back to Command FinderSearch and filter all 399 Script Execution documents