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
| Parameter | Description |
|---|---|
| BaseObject | Character whose household member count will be checked |
| CompareType | Supported compare types: Equal, NotEqual |
| S1 | Pass "IgnorePregnancy" to exclude unborn children from count; leave empty to include them |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| If Self's household is full | Self | IsFullHouseholdMembers | Equal |
| If Self's household is not full | Self | IsFullHouseholdMembers | NotEqual |
| If Self's household is full (ignore pregnancy) | Self | IsFullHouseholdMembers | Equal |
| If Target's household still has room | Target | IsFullHouseholdMembers | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents