Location (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.0
Syntax
[the] [event-](location|position)Description
The location where an event happened (e.g. at an entity or block), or a location <a href='#ExprDirection'>relative</a> to another (e.g. 1 meter above another location).
Examples
drop 5 apples at the event-location # exactly the same as writing 'drop 5 apples'
set {_loc} to the location 1 meter above the player