Hey, final problem. When I try to copy the tiles from a level on the Gmap, it doesn't work. However, when I do a normal level, it does work.
PHP Code:
tiles[temp.x,temp.y] = findlevel("test_d04.nw").tiles[temp.x,temp.y];
Doesn't work, connected to the gmap
PHP Code:
tiles[temp.x,temp.y] = findlevel("test.nw").tiles[temp.x,temp.y];
Works, not connected to the gmap