DisplayAnimator is animating ActiveGroup? (Condition) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Condition · Since: 2.6.2

Syntax

%displayanimator% (is|is(n't| not)) (animating|[a[n]] active animation) [on|of] %activegroup%

Description

Check if a displayanimator is animating an active group

Examples

if {_animator} is animating {_group}:
	broadcast "The animator is animating the group!"

View source