Skip to main content

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

ParameterDescription
BaseObjectThe character whose career Exp will be increased.
S1EB1CareerType (e.g., Business, School); defaults to Business if omitted.
F1The experience amount to add.

Examples

DescriptionBaseObjectCommandS1F1
Add 10 exp to Business careerSelfAddCareerExpBusiness10.0
Add 5 exp to School careerSelfAddCareerExpSchool5.0