MAP (a child element of AREA) defines the map-related data for the parent area. These data includes the area's identification number, map image, battle map image, and the map array defining each map square on the map.
MAP supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.
This example uses the MAP element to define the map's ID number as 25, and define the map image used.
- <MAP>
- <NUMBER>25</NUMBER>
- <MAP_IMAGE>
- ......
- </MAP_IMAGE>
- ......
- </MAP>