Skip to main content

Condition_CareerRank

Description

Checks the current career rank of the BaseObject character. Compares the character's career rank against the specified value(s) using CompareType.

Parameters

ParameterDescription
BaseObjectThe character whose career rank will be checked.
CompareTypeComparison operator (Equal, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual, InRange, OutRange).
S1EB1CareerType to check (e.g., Business, School); defaults to Business if omitted.
F1Rank value to compare against.
F2Upper bound rank value for range comparisons (InRange, OutRange).

Examples

DescriptionBaseObjectCommandCompareTypeS1F1F2
Check if Business career rank is exactly 3SelfCareerRankEqual3
Check if Business career rank is 3 or higherSelfCareerRankGreaterOrEqual3
Check if Business career rank is between 2-5SelfCareerRankInRange25
Check if School career rank is exactly 1SelfCareerRankEqualSchool1