Altitude (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.4.3

Syntax

[the] altitude[s] of %locations%

Description

Effectively an alias of 'y-<a href='#ExprCoordinate'>coordinate</a> of …', it represents the height of some location within the world.

Examples

on damage:
	altitude of the attacker is higher than the altitude of the victim
	set damage to damage * 1.2

View source