It will allow the player to move two units, then switch over to move the entire enemy team, then allow the player to move the remainder of their team members. In the next round, everything is back to normal and all the players can move, then all the enemies, and so on and so forth.
Sounds like remove tile edge both ways is what I want. However it asks for index one and index two. I want to remove the east edge of the current tile and the west edge of the tile above it. Index 1 is the index of the current tile, correct? How do I find the index of the tile above the current tile?
Thank you for your patience and answers, by the way.