Skip to main content

Condition_CanRequesterLoveSchoolLockerOwner

Description

Checks whether the requester character and the owner of the school locker can romantically love each other. The school locker is resolved from NonBaseObject, and the owner is resolved through the school career seat owner path. This condition checks age, kinship, and both characters' romance orientation/target preference.

Parameters

ParameterDescription
BaseObjectRequester character, normally Self
NonBaseObjectSchool locker object, normally Target
CompareTypeType of comparison operation (Equal, NotEqual)

Examples

DescriptionBaseObjectCommandCompareType
Self and the owner of Target school locker can love each otherSelfCanRequesterLoveSchoolLockerOwnerEqual
Self and the owner of Target school locker cannot love each otherSelfCanRequesterLoveSchoolLockerOwnerNotEqual

Notes

Invalid requester, invalid locker, unassigned locker owner, invalid owner, or self-owned locker returns false without applying NotEqual inversion.