Okay. So I am making a LAN game that is a turned based dice roll kind of game. I know how to make everything accept the movement after a dice roll. I have a python script that generates a random number in a float property.
How do I make the character move the amount of spots given on the property?
Let’s say it had a random number of two. How do I get from spot three to spot five? Does this make sense?