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
| Parameter | Description |
|---|---|
| BaseObject | Requester character, normally Self |
| NonBaseObject | School locker object, normally Target |
| CompareType | Type of comparison operation (Equal, NotEqual) |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Self and the owner of Target school locker can love each other | Self | CanRequesterLoveSchoolLockerOwner | Equal |
| Self and the owner of Target school locker cannot love each other | Self | CanRequesterLoveSchoolLockerOwner | NotEqual |
Notes
Invalid requester, invalid locker, unassigned locker owner, invalid owner, or self-owned locker returns false without applying NotEqual inversion.