Condition_KickedOutSchool
Description
Checks whether the BaseObject student has any school expulsion record. S1 can optionally restrict the check to one education type.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The student character to check. |
| CompareType | Equal checks expelled; NotEqual checks not expelled. |
| S1 | Optional EB1EducationType. Empty checks any expulsion record. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self was kicked out | Self | KickedOutSchool | Equal | |
| Check if Target was not kicked from high school | Target | KickedOutSchool | NotEqual | High |
Back to Command FinderSearch and filter all 491 Script Condition documents