Is Screaming (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.11

Syntax

%livingentities% (is|are) screaming

Description

Check whether a goat or enderman is screaming.

Examples

	if last spawned goat is not screaming:
		make last spawned goat scream
	if {_enderman} is screaming:
		force {_enderman} to stop screaming

View source