Skip to main content

Condition_IsSameCurrentSchool

Description

Checks whether Self and BaseObject are currently attending the same school. Uses B2CareerHelper::TryFindSchoolByCharacter which resolves both students and school staff.

Parameters

ParameterDescription
BaseObjectTarget — the character to compare with Self.
CompareTypeEqual (same school) / NotEqual (different school).

Examples

DescriptionBaseObjectCommandCompareType
Check if Target attends same schoolTargetIsSameCurrentSchoolEqual
Check if Target attends different schoolTargetIsSameCurrentSchoolNotEqual