Spawned Group Is Spawned? (Condition) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Condition · Since: 2.6.2

Syntax

%spawnedgroup% (is|is(n't| not)) spawned

Description

Check if a spawned group is present in the game world

Examples

if {_group} is spawned:
	broadcast "The group is spawned in the world!"

View source