Skip to main content

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

ParameterDescription
BaseObjectThe character to check.
CompareTypeEqual (has a pending graduation) / NotEqual (does not).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has a pending graduationSelfIsPendingGraduateEqual
Check if Self has no pending graduationSelfIsPendingGraduateNotEqual