
131,119 [3,3] [2,2] [1] [<] = true if no axis units are present, and hex is Axis aligned.
Also, the unit count parameter [3,12] is this a random like below or are these fix count.

Thanks

Re: Casablanca
Post by El_Condoro » Fri Feb 07, 2025 9:57 am
What I do when I want multiple AI scripts to fire at the same time is to use #LINK= x[1] in each one. The linked DE can be set to fire however you like and then the AI scripts will all fire at the same time as long as #BUILD_LENGTH and other conditions are met.
The difference between [0,3] and [3,3] is that the latter is consistent.
For example, in your
#CANCEL_POSITION= 131,119 [3,3] [2,2] [1]
the scipt will end when there are at least 2 Allied units within 3 hexes of 131,119.
If you have [0,3] the range becomes random each turn between 0 and 3 hexes. One turn it might be 131,119 itself (range = 0), another turn, within 2 hexes, and another within 3 hexes, as is desired. If you want the range to be consistent, which usual, make it [3,3]