Condition_IsClassMate
Description
Checks whether Self and the BaseObject character are active students in the same school career and class section.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character compared with Self, typically Target. |
| CompareType | Equal: same class section; NotEqual: not in the same class section. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Target is Self's classmate | Target | IsClassMate | Equal |
| Check if Target is not Self's classmate | Target | IsClassMate | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents