Started by
Rufflez
on
Topic category: Help with MCreator software
I'm trying to make a Mario Party Mod and I need to count how many spaces a player has moved because if the dice block says 2, you can't just move 3 spaces. Can someone help me to try to figure out how this can be achieved?
Maybe you can get the players xyz and see which direction he moved, then see if he how much is XYZ changed in the corresponding direction (eg. he moved north so his z changed -1 (not correct movements))