- Joined
- Feb 20, 2016
- Messages
- 327
- Reaction score
- 40
- First Language
- English
- Primarily Uses
I'm trying to find the coordinates of an event on the map (and ideally assign them to variables as X,Y as well).
But I'm very confused as to how to do this using the "Get Location" command.
Alternatively, is there a JS call that can assign the X,Y coords to variables? I found this:
"$gameMap.eventIdXy(x, y);"
...but I'm not sure how to turn that into usable coordinates.
Thanks in advance!
But I'm very confused as to how to do this using the "Get Location" command.
Alternatively, is there a JS call that can assign the X,Y coords to variables? I found this:
"$gameMap.eventIdXy(x, y);"
...but I'm not sure how to turn that into usable coordinates.
Thanks in advance!