Condition_IsHouseMate
Description
Checks if Self and Target belong to the same household. Housemates are characters who share the same HouseholdEntityId.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Self and Target are both used; BaseObject is not applied |
| CompareType | Supported compare types: Equal, None, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| If Self and Target are housemates | Self | IsHouseMate | Equal |
| If Self and Target are not housemates | Self | IsHouseMate | NotEqual |
| Check via Target perspective | Target | IsHouseMate | Equal |
| Check via Target perspective (not) | Target | IsHouseMate | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents