Started by
ImNotFun
on
Topic category: Help with MCreator software
So the system i am trying to make will allow a player to spawn at a certain block. If they place block A then the block will save its location to a variable. How can I save this information to a variable and use that to teleport a player to that area?
Create a 3 player persistent variables in the variables tab, and make a procedure that sets those variables to the x y z coords. Then you can use those variables later to teleport the player.
How can I get that information into the variable? What blocks would allow me to do that?