Is Better Model Entity (Condition) — BetterModelSk

Addon: BetterModelSk · Category: Condition · Since: 1.0

Syntax

%entities% (is|are) [a] better model [entity|part]

Description

Checks whether an entity belongs to a BetterModel: either the source mob itself or one of its parts (hitbox). Useful on the entity a player is looking at, since that is usually a hitbox part.

Examples

if targeted entity is a better model entity:
    send "model: %better model id of targeted entity%"

View source