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
| Parameter | Description |
|---|---|
| BaseObject | Must be Self; the condition always compares Self rank vs Target rank. |
| CompareType | Comparison operator applied to (Self rank [op] Target rank). |
| S1 | EB1CareerType to use (e.g., Business, School); defaults to Business if omitted. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self's rank is higher than Target's | Self | CareerRankCompWithTarget | Greater | |
| Check if Self's rank is equal to Target's | Self | CareerRankCompWithTarget | Equal | |
| Check if Self's School rank is higher than Target's | Self | CareerRankCompWithTarget | Greater | School |
Back to Command FinderSearch and filter all 491 Script Condition documents