Is Tamed (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.10

Syntax

%entities% (is|are) (tamed|domesticated)

Description

Check if a tameable entity is tamed (horse, parrot, cat, etc.).

Examples

send true if {_horse} is tamed
tame {_horse} if {_horse} is untamed

View source