Skip to main content

Condition_IsFullHouseholdMembers

Description

Checks if the BaseObject's household has reached the maximum member count defined in HouseholdDataAsset. Equal returns true when the count meets or exceeds the maximum; NotEqual returns true when below the maximum. By default, pregnant characters (unborn) are included in the count. Pass "IgnorePregnancy" in S1 to exclude them.

Parameters

ParameterDescription
BaseObjectCharacter whose household member count will be checked
CompareTypeSupported compare types: Equal, NotEqual
S1Pass "IgnorePregnancy" to exclude unborn children from count; leave empty to include them

Examples

DescriptionBaseObjectCommandCompareType
If Self's household is fullSelfIsFullHouseholdMembersEqual
If Self's household is not fullSelfIsFullHouseholdMembersNotEqual
If Self's household is full (ignore pregnancy)SelfIsFullHouseholdMembersEqual
If Target's household still has roomTargetIsFullHouseholdMembersNotEqual