Condition_IsGrabbingHouseMate
Description
Checks whether the baby currently being held by the BaseObject character belongs to the same household as the BaseObject. Returns false when no baby is being held.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character whose grabbed baby will be evaluated |
| CompareType | Supported compare types: Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| If Self is holding a baby of the same household | Self | IsGrabbingHouseMate | Equal |
| If Self is holding a baby of a different household | Self | IsGrabbingHouseMate | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents