Condition_IsValedictorian
Description
Checks whether BaseObject is the valedictorian of the school it belongs to. Returns false (regardless of CompareType) if BaseObject isn't enrolled at a school.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check. |
| CompareType | Equal (is valedictorian) / NotEqual (is not). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is the valedictorian | Self | IsValedictorian | Equal |
| Check if Self is not the valedictorian | Self | IsValedictorian | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents