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
| Parameter | Description |
|---|---|
| BaseObject | The student character to evaluate. |
| CompareType | Equal checks the student is absent; NotEqual negates it. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self was absent today | Self | IsAbsentSchool | Equal |
| Check if Target was not absent today | Target | IsAbsentSchool | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents