Skip to main content

Condition_HasEntityTag

Description

Checks whether the specified entity has a given tag.

Parameters

ParameterDescription
BaseObjectThe entity to check for the tag
CompareTypeEqual (has the tag), NotEqual (does not have the tag)
S1The tag name to check

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has the QWE tagSelfHasEntityTagEqualQWE
Check if Target does not have the QWE tagTargetHasEntityTagNotEqualQWE