Condition_HoldingHand
Description
Checks whether the BaseObject character is currently holding hands with another character.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity whose hold-hand state is checked (Self or Target). |
| CompareType | Equal (is holding hand), NotEqual (is not holding hand). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Self is holding hands | Self | HoldingHand | Equal |
| Self is not holding hands | Self | HoldingHand | NotEqual |
| Target is holding hands | Target | HoldingHand | Equal |