Location to Text
Convert location into text. This fixes issues with location storage in skript.
Overview and Example
sklib_locationToText({_location}, {_world})# This function returns text.
sklib_locationToText({_location}, {_world})
# You need to input a location and world in this order.
# Location, World
sklib_locationToText({_location}, {_world})
# An example return value is this.
# "123.45^678.9^12.3^world"Last updated