Goat Has Horns (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.11

Syntax

%livingentities% (has|have) ((any|a) horn|[a] left horn[s]|[a] right horn[s]|both horns)

Description

Checks to see if a goat has or does not have a left, right, or both horns.

Examples

	if last spawned goat does not have both horns:
		make last spawned goat have both horns
	if {_goat} has a right horn:
		force {_goat} to not have a right horn

View source