Skip to main content

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

ParameterDescription
BaseObjectThe character with an active hand-over coop scheduler (Self or Target)
CompareTypeComparison operator: Equal, NotEqual
S1The object tag name to check on the hand-over object

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self's hand-over object has the Food tagSelfHasHandOverObjectTagEqualFood
Check if Self's hand-over object does not have the Book tagSelfHasHandOverObjectTagNotEqualBook
Check if Target's hand-over object has the Food_Ingredient tagTargetHasHandOverObjectTagEqualFood_Ingredient