Is Tameable (Condition) — Skript
Addon: Skript · Category: Condition · Since: 2.5
Syntax
%livingentities% (is|are) tameableDescription
Check if an entity is tameable.
Examples
on damage:
if victim is tameable:
cancel event
Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: Skript · Category: Condition · Since: 2.5
%livingentities% (is|are) tameableCheck if an entity is tameable.
on damage:
if victim is tameable:
cancel event