Define a "room" ()

In your adventure game there are a series of locations you have designed (on your map) 

Download this code or type it in to make a definition for a location. 

You can see that if the player makes the choice "cave" then we need to switch to the code for the room called cave - I have another definition that is called cave()  and another called forest() 

notice that the \n\ in the code just starts a new line. 

If you downloaded this code or typed it - to make it run you need to include this line:-  

meadow()

Put this code after all your definitions and fully left aligned it will start off the meadow definition (obviously if you called yours something else you will have to use that name to "call" the first definition (function) .