I am writing a script to record location on yaml and teleport.
But, an error has occurred ...
"Text cannot be parsed as a location"
Is there a way to parse text to location somehow?
But, an error has occurred ...
code_language.skript:
load yaml "*my directory*" as "tptool"
set {_tptool.location} to location of player
set yaml value "coord" from "tptool" to "%{_tptool.location}%"
save yaml "tptool"
code_language.skript:
set {_tptool.tp} to yaml value "coord" from "tptool" parsed as location #Error happened
teleport player to {_tptool.tp}
Is there a way to parse text to location somehow?