Skip to main content

Condition_CareerRankCompWithTarget

Description

Compares the career rank of Self against the career rank of Target. Both must belong to the same career entity; returns false if they differ.

Parameters

ParameterDescription
BaseObjectMust be Self; the condition always compares Self rank vs Target rank.
CompareTypeComparison operator applied to (Self rank [op] Target rank).
S1EB1CareerType to use (e.g., Business, School); defaults to Business if omitted.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self's rank is higher than Target'sSelfCareerRankCompWithTargetGreater
Check if Self's rank is equal to Target'sSelfCareerRankCompWithTargetEqual
Check if Self's School rank is higher than Target'sSelfCareerRankCompWithTargetGreaterSchool