Hey we want a Person to walk in a loop to the bottom of the map and than back to the place where he has been spawned.
The Problem is the spawn place is always different.
We wrote:
we wrote this but it doesn't worked.
setRotation(180);
move(2);
move(2);
move(2);
setRotation(0);
move(2);
move(2);
move(2);

