I really dont understand how all the mapscripts works? but its okay.
For now, i can not understand how to put flat mapblocks under xcom craft.
For example, tftd island terror:
- type: ISLAND_TERROR
commands:
- type: addBlock
size: 2
groups: 2
rects:
- [0,3,5,2]
- type: addBlock
size: 2
groups: 3
rects:
- [0,3,5,2]
- type: addBlock
groups: 4
rects:
- [0,4,5,1]
- type: addCraft
- type: addBlock
size: 2
executions: 4
- type: fillArea
First three commands putting shoreline, then goes craft, then 4 times big blocks, then just filling the rest area. How a craft become on the flat?