Group/Animation Has Tag? (Condition) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Condition · Since: 2.6.2

Syntax

%activegroup/savedgroup/deuanimation% (has|(has no|does(n't| not) have)) [a] tag

Description

Check if a saved or spawned group/animation has a tag

Examples

if {_savedgroup} has tag:
	broadcast "This group has a tag!"

if {_animation} doesn't have a tag:
	broadcast "This animation is tagless!"

View source