Condition_HasHandOverObjectTag
Description
Checks whether the object to be handed over in the BaseObject character's active coop hand-over scheduler has the specified object tag.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character with an active hand-over coop scheduler (Self or Target) |
| CompareType | Comparison operator: Equal, NotEqual |
| S1 | The object tag name to check on the hand-over object |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self's hand-over object has the Food tag | Self | HasHandOverObjectTag | Equal | Food |
| Check if Self's hand-over object does not have the Book tag | Self | HasHandOverObjectTag | NotEqual | Book |
| Check if Target's hand-over object has the Food_Ingredient tag | Target | HasHandOverObjectTag | Equal | Food_Ingredient |
Back to Command FinderSearch and filter all 491 Script Condition documents