Condition_IsRabbitHole
Description
Checks whether the specified character is currently in a rabbit hole. By default, only the BaseObject character is checked. If S1 is set to CheckHouseholdMember, the condition checks whether any member of the BaseObject character's household is in a rabbit hole.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Optional mode. Set to CheckHouseholdMember to check any household member instead. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self is in a rabbit hole | Self | IsRabbitHole | Equal | |
| Check if any household member of Self is in a rabbit hole | Self | IsRabbitHole | Equal | CheckHouseholdMember |
| Check if Target is not in a rabbit hole | Target | IsRabbitHole | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents