Skip to main content

Condition_IsHouseMate

Description

Checks if Self and Target belong to the same household. Housemates are characters who share the same HouseholdEntityId.

Parameters

ParameterDescription
BaseObjectSelf and Target are both used; BaseObject is not applied
CompareTypeSupported compare types: Equal, None, NotEqual

Examples

DescriptionBaseObjectCommandCompareType
If Self and Target are housematesSelfIsHouseMateEqual
If Self and Target are not housematesSelfIsHouseMateNotEqual
Check via Target perspectiveTargetIsHouseMateEqual
Check via Target perspective (not)TargetIsHouseMateNotEqual