Moogle, to make a map I would save the information into arrays. If you don't know what an array is it's similar to a variable but it can have lots of information within it. An array like this: "DIM HOUSES[5,2]". The first number represent how many houses are on the map and the second number is to represent the x and y position of each of them.