Ok i am drawing maps using an array of images like so
map(0,1) = 1
so the tile 0,1 is picture 1
is there a way i can declare a load of these in a module or text file and call them from a form. eg. instead of saying on form load draw map(0,1)= 2, map(0,2) =1 etc, could i just have draw.map1
or something
