- Joined
- Oct 2, 2019
- Messages
- 11
Hello. With all the buzz about Warcraft 3 Reforged, I figured I would try my hand at mapping again. So my issue is that it doesn't seem Warcraft 3's editor supports multidimensional arrays like Starcraft 2 does. Would anyone happen to know if there is a way to simulate a 2d array with a little world editor trickery? What I want to use it for is to detect adjacency between different Regions for the purpose of moving pieces along a 2d game board. I didn't want to have to create a bunch of if/then/else functions since my board has 66 different region squares, and was hoping for a simpler way of going about this. Thanks in advance to whoever can help.