Storing player pos and using it later in /data
I want to the store the position of the player (x y z) when they run a function, and when they run another one later, I want to put the x y z from before into an entity's data using /data. What is an example/method of doing this?
Continue to help post