Closed jlrodney closed 6 years ago
Hey the issue you're having is due to having 2 different while loops going on. When you put south in the second while loop and it loops back up to the top then location == 1 and so the loop ends.
You should be able to do it all within just one loop
Yes I see! I have sorted that now. Many thanks
Hi, Does anyone know why my program exits when I input south in the second while loop rather than change the location back to location 1. Thanks