Skip to main content

Condition_IsFamilyInPastLife

Description

Checks whether the BaseObject (expected to be a ghost) was in the same household as the non-base character during their past life. Returns false if the BaseObject is not a ghost (PastLifeHouseholdEntityId is invalid).

Parameters

ParameterDescription
BaseObjectThe ghost character whose past life household is compared against the non-base character
CompareTypeSupported compare types: Equal, NotEqual

Examples

DescriptionBaseObjectCommandCompareType
If Self (ghost) and the interacting character were family in a past lifeSelfIsFamilyInPastLifeEqual
If Self (ghost) and the interacting character were NOT family in a past lifeSelfIsFamilyInPastLifeNotEqual
If Target (ghost) and Self were once in the same household in a past lifeTargetIsFamilyInPastLifeEqual
If Target (ghost) and Self were not in the same household in a past lifeTargetIsFamilyInPastLifeNotEqual