Condition_IsBabyBeingHeld
Description
Checks whether the specified character is currently holding (grabbing) a baby.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is currently holding a baby | Self | IsBabyBeingHeld | Equal |
| Check if Self is not currently holding a baby | Self | IsBabyBeingHeld | NotEqual |
| Check if Target is currently holding a baby | Target | IsBabyBeingHeld | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents