Condition_AcademicAchievement
Description
Checks the BaseObject student's latest academic achievement grade. The current grade is preferred; if it is not available, the latest weekly history grade is used.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The student character to evaluate. |
| CompareType | Equal, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual, InRange. |
| S1 | Grade to compare with. Valid values are F, C, B, A, and APlus. |
| S2 | Maximum grade for InRange. Valid values are F, C, B, A, and APlus. |
Examples
| Description | BaseObject | Command | CompareType | S1 | S2 |
|---|---|---|---|---|---|
| Check if Self has grade A or higher | Self | AcademicAchievement | GreaterOrEqual | A | |
| Check if Target's grade is between A and A+ | Target | AcademicAchievement | InRange | A | APlus |
Back to Command FinderSearch and filter all 491 Script Condition documents