Overlay Region Map
This script is a debug tool that allows you to see the region for all of your tiles on the map. This is useful if you wanted to check that your events work properly when you have dynamic regions.
Download
Script: download here
You will need this spritesheet.
Installation
In the script editor, insert this script below Materials and above Main. Download the regionID spritesheet and place it in your Graphics/System folder
.
Usage
You can change region ID’s for a given (x, y) position using a script call
change_region_id(x, y, regionID)
You can enable/disable the region map using a script call
$game_system.region_map_disabled = true/false
Understood.
=)
Man … I did not understand the real UTILITY of script.