how would you insert the data on the map tab into your game?
also there is an issue where if i have nesbox open in another window, i cant type in my browser.
map [cellx celly cellw cellh [sx sy [colorkey]]]
just use map function, where cellx, celly - world coordinates; cellw, cellh - width and height in cells of map region; sx, sy - screen coordinates to draw map. if you call map() without parameters TIC will draw first screen from the map editor.
map() == map(0,0,30,17,0,0,-1) by default