UNDER_CONSTRUCTION_AREAS (a child element of CONSTANTS) defines a list of coordinates of areas that are still under construction. When the player is trying to enter these areas, the entry will be denied and a message saying the area is still under construction will be displayed.
UNDER_CONSTRUCTION_AREAS 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.
You just need to include the coordinates of the under-construction areas that are next to the defined areas. Or in other words, include the coordinates of only those under-construction areas that are accessible by the player.
- <CONSTANTS>
- <UNDER_CONSTRUCTION_AREAS>
- <AREA>
- <X>4</X>
- <Y>5</Y>
- </AREA>
- ......
- </UNDER_CONSTRUCTION_AREAS>
- ......
- </CONSTANTS>