Condition_ExamRank
Description
Checks the BaseObject student's latest exam rank in their active school. Rank 1 is the highest rank. Greater and GreaterOrEqual mean the student is ranked higher than the threshold, so they are implemented as numeric rank <= N.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The student character to evaluate. |
| CompareType | Equal, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual, InRange. |
| F1 | Rank threshold. Rank 1 is the highest rank. |
| F2 | Range maximum for InRange. |
Examples
| Description | BaseObject | Command | CompareType | F1 | F2 |
|---|---|---|---|---|---|
| Check if Self is exactly 3rd | Self | ExamRank | Equal | 3 | |
| Check if Target is top 2 | Target | ExamRank | GreaterOrEqual | 2 | |
| Check if Self is rank 1 to 3 | Self | ExamRank | InRange | 1 | 3 |
Back to Command FinderSearch and filter all 491 Script Condition documents