ID:1622662
 
(See the best response by FKI.)
I'm exploring ways to sector the map. Area does this fine but its a relatively large map and I want to sector it into small areas. The small areas will be able to be captured by people and a bunch of small areas belong to a larger area. As far as I know you can only have one area per tile, so this goes beyond what a novice like myself can solve by myself. I COULD make turfs for each area, but that is a lot of extra work. How can I implement a system where several areas are a part of a bigger area?
Best response
You mean something similar to this?
Yep, that gets the job done thanks.

I can manually map out each region but I was trying to do it automatically. I want to add areas to a list, and then make the region span over everything in the list. What should I be doing to make this happen?