Flash Region 1.0
Exhydra
IntroductionExhydra
Flash Regions adds the functionality to highlight and 'flash' a specified region or regions in any color, visibly displaying the area to the player.
Screenshots

After installing the script, you can either place a tag in the 'note' section of a map, or use a script command to add or remove highlighted regions. When inputting a color, remember to use a six digit, hexadecimal color code.
- Note Tag Examples :<flashmap: 25 FFFFFF>
- <flashmap: 25,26,27 FFFFFF>
- Script Examples :add_flash_info(25, 'FFFFFF')
- add_flash_info([25,26,27], 'FFFFFF')
- remove_flash_info(25)
- remove_flash_info([25,26,27])
Flash Regions Demo
Script
Flash Regions Script
Credit and Thanks
- Free to use for commercial and non-commercial projects.
Author's Notes
Other scripts which utlize the 'flash_data' option of the tilemap may disrupt or overwrite stored 'Flash Regions' data.