Hi all,
This is probably going to become a core NVGT include at some point once it is more polished, however it is at least usable.
This is a simple map parsing system that uses subscripting for it's map loading, which means that maps can be created with dynamic loops, variables and functions.
Attached to this post is both the map class and a small example of using it.
Code is zlib licensed, just like the rest of NVGT.
Questions and suggestions welcome!
map.nvgt (7.6 KB)
map_test.nvgt (1.1 KB)