Heyy!
I'm trying to create a program that will make a robot return to its 'home coordinates' no matter where it is in the world.
What I intend to do is to create a function that moves one step per call. As long as the current coordinates are not equal to the home coordinates, it will keep calling the 'move' function recursively. (I'm still relatively new to this mod, but I've done a bit or programming before... ^^)
I haven't taken into account about the direction that the robot is facing, Ill keep the direction constant while testing, and will work on that later...
For now, this is