Skip to main content

Execute_AddCareerVacationDays

Description

Adds or subtracts vacation days for the member. Negative values are allowed (subtraction). Result is clamped to 0.

Parameters

ParameterDescription
BaseObjectThe character whose vacation days will be modified.
S1EB1CareerType (e.g., Business, School); defaults to Business if omitted.
F1Number of days to add (positive) or subtract (negative).

Examples

DescriptionBaseObjectCommandS1F1
Grant 5 vacation days for Business careerSelfAddCareerVacationDaysBusiness5
Deduct 2 vacation days for Business careerSelfAddCareerVacationDaysBusiness-2
Grant 3 vacation days for School careerSelfAddCareerVacationDaysSchool3