Condition_InteractionTargetIsOwner
Description
Checks whether the current interaction target of the BaseObject matches the BaseObject itself, and evaluates the result based on the boolean value provided in S1.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object whose current interaction target will be checked (Self or Target). |
| S1 | True: succeeds if the interaction target is Self. False: succeeds if the interaction target is not Self. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Check if Self's current interaction target is Self | Self | InteractionTargetIsOwner | True |
| Check if Self's current interaction target is NOT Self | Self | InteractionTargetIsOwner | False |
| Check if Target's current interaction target is Self | Target | InteractionTargetIsOwner | True |
| Check if Target's current interaction target is NOT Self | Target | InteractionTargetIsOwner | False |
Back to Command FinderSearch and filter all 491 Script Condition documents