Condition_IsPendingGraduate
Description
Checks whether BaseObject has a pending graduation record in any school (Career-type) entity — i.e. is scheduled to graduate but hasn't completed the process yet. Iterates over every Career-type entity in the world and checks FB2School::HasPendingGraduation.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check. |
| CompareType | Equal (has a pending graduation) / NotEqual (does not). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self has a pending graduation | Self | IsPendingGraduate | Equal |
| Check if Self has no pending graduation | Self | IsPendingGraduate | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents