This topic is for discussion of map #4071: Meteors rain 2
(http://knucklecracker.com/creeperworld3/queryMaps.php?query=thumbnailid&id=4071)
Author: builder17
Size: 128x128
Desc:
Build nullifers around core or it winn escape and if core attacks CN don't move it. #CRPL
This script is similar to hydraemitter , but surprisingly nasty.
Yes, probably nasty enough to have a dialogue summary of approximately what to expect.
I note that you have a lot of unrolled loops in the scripts. You can use something of this form for square patches, saving at least a few lines:
CurrentY 1 sub 0 max CurrentY 2 add MapHeight min do
CurrentX 1 sub 0 max CurrentX 2 add MapWidth min do
I J 1 SetDigitalisGrowth
loop
loop