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
| Parameter | Description |
|---|---|
| BaseObject | The ghost character whose past life household is compared against the non-base character |
| CompareType | Supported compare types: Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| If Self (ghost) and the interacting character were family in a past life | Self | IsFamilyInPastLife | Equal |
| If Self (ghost) and the interacting character were NOT family in a past life | Self | IsFamilyInPastLife | NotEqual |
| If Target (ghost) and Self were once in the same household in a past life | Target | IsFamilyInPastLife | Equal |
| If Target (ghost) and Self were not in the same household in a past life | Target | IsFamilyInPastLife | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents