Skip to main content

Condition_IsClassMate

Description

Checks whether Self and the BaseObject character are active students in the same school career and class section.

Parameters

ParameterDescription
BaseObjectThe character compared with Self, typically Target.
CompareTypeEqual: same class section; NotEqual: not in the same class section.

Examples

DescriptionBaseObjectCommandCompareType
Check if Target is Self's classmateTargetIsClassMateEqual
Check if Target is not Self's classmateTargetIsClassMateNotEqual