Skip to main content

Condition_IsAbsentSchool

Description

Checks whether the BaseObject student is marked absent in today's school daily record. A student becomes absent when today's school evaluation closes without attendance.

Parameters

ParameterDescription
BaseObjectThe student character to evaluate.
CompareTypeEqual checks the student is absent; NotEqual negates it.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self was absent todaySelfIsAbsentSchoolEqual
Check if Target was not absent todayTargetIsAbsentSchoolNotEqual