I am currently making a game and am working on the town code right now. I have booleans for the areas in and out of the town, but when I go to leave an area it resets me back at the beginning of the program. I have it set to when you go into an area, a boolean turns true and the area becomes available. But when I go to leave it keeps turning off the town boolean as well. I am using a simple 'quit' or 'leave' command to leave the areas.
(I am utilizing IF statements for the areas)
(Text-Based Java Game)
Any advice on this would be appreciated.
When I type 'quit' or any word that is not available it also return me to the beginning.