Condition_HasRelationshipFamilyLove
Description
Checks whether BaseObject is currently living together with at least one household member who belongs to the same family tree. Both must reside at a valid household residence site.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character to check for co-habitating family members (Self or Target) |
| CompareType | Equal (has a co-habitating family member), NotEqual (does not have one) |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Self lives with at least one family member | Self | HasRelationshipFamilyLove | Equal |
| Self does not live with any family member | Self | HasRelationshipFamilyLove | NotEqual |
| Target lives with at least one family member | Target | HasRelationshipFamilyLove | Equal |
| Target does not live with any family member | Target | HasRelationshipFamilyLove | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents