To load a map use load "DAT:SC_MAPNAME_L0",L0 that loads the layer in this case it is layer 0, change the zeros to another number to change the layer, make sure to change both numbers. Before you load the map put DIM L0[0] again change both zeros for other layers. After the load function put a set of bgload LAYER,0,0,64,64 and change the LAYER to the layer you want. Next inside your main...