Get a location from a vector?

hello, this might be a stupid question, so sorry in advance, but is it possible to return a location from a vector? i can get a vector from a location but not the other way around it seems. why is this? is there a way around it?

A vector is one part of a location so you can get the vector component of a locaiton. You can’t turn a vector into a location without the rest of the information that makes up a location.
See the Location function in the lexicon:
location Location(
object oArea,
vector vPosition,
float fOrientation
);

3 Likes

Big thank you <3