So, you can choose how big the map will be (it can be enourmous) and it will draw it in realtime :y the map is equally as high as it is wide, but it will loop the map on the X-axis so it appears to be much larger to left/right than up/down. This thingy, combined with a good terrain generator, could be used in a 2d minecraft or terraria game. the blocks are stored in a list so you would be able to destroy blocks ingame if you want that :) the rpg base takes way too much juice from my pc so ill use this instead, and make a platformer rpg :I this could also be used in blight :D ____________ HOW IT WORKS ____________ it fusionates da MapX and MapY variables into a 1-dimensional variable, to be able to check the blocks in the list! and then some more stuff