Skip to main content

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

ParameterDescription
BaseObjectThe character whose career Exp will be set.
S1EB1CareerType to modify (e.g., Business, School); defaults to Business if omitted.
F1The experience value to set (valid range: 0.0 to 100.0).

Examples

DescriptionBaseObjectCommandS1F1
Set Business career Exp to 50SelfSetCareerExp50.0
Set School career Exp to 75SelfSetCareerExpSchool75.0
Set Business career Exp to max (100)SelfSetCareerExpBusiness100.0