Skip to main content

Condition_HasCareer

Description

Checks whether the character has a career of the specified type, optionally filtered by a specific career table ID or by matching the target's career.

Parameters

ParameterDescription
BaseObjectThe character whose career will be checked.
CompareTypeEqual (has career) or NotEqual (does not have career).
S1EB1CareerType to check (e.g., Business, School).
S2Optional career table row ID to match, or "Target" to compare with the other.

Examples

DescriptionBaseObjectCommandCompareTypeS1S2
Check if Self has any Business careerSelfHasCareerEqualBusiness
Check if Self does not have any School careerSelfHasCareerNotEqualSchool
Check if Self has a specific Business career by table IDSelfHasCareerEqualBusinessSomeCareerTableRowId
Check if Self has the same career as the TargetSelfHasCareerEqualBusinessTarget