Oruza It'd be nice if we had the ability to grab the coordinates from player.front_tile and its equivalents. It'd make skills that change your positioning more viable and easier to achieve, as well as grant us the ability to check for tiles above our current Z level far more efficiently. Not to mention, the possibility for more dynamic scripting involving verticality.
Justin Oruza The coordinate for front_tile and similar properties can be retrieved as shown below: $front_coord = player.front_tile.coord; Note that tiles must be connected with navigations paths, otherwise the value will be null.