Ok, having a little difficulty with your script Seph. I'm trying to make it only copy a section of a map to another. I.e. if the map is a 15x15 copy rect(3,4-6,5); I'm copying from map 2 - map 1, and just pasting it into a similar section.
But when I call it it doesn't show up, what am I doing wrong?
Code:
$game_map.add_map_layer(1, 2, \
Rect.new(7,4,11,0), 7, 4, false)
Â
But when I call it it doesn't show up, what am I doing wrong?