Vectors - Create Location from Vector (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.2-dev28

Syntax

%vector% to location in %world%

Description

Creates a location from a vector in a world.

Examples

set {_loc} to {_v} to location in world "world"
set {_loc} to {_v} to location in world "world" with yaw 45 and pitch 90
set {_loc} to location of {_v} in "world" with yaw 45 and pitch 90

View source