Legend_of_the_Invincibles
Legend_of_the_Invincibles copied to clipboard
AI_OVERHAUL_PLACE*
I often see this:
{AI_OVERHAUL_PLACE 5}
{AI_OVERHAUL_PLACE_2 5}
Which seems to set ai aggression to 1.0, twice, ignoring the side argument. I can't say that it's broken in any way, but it looks strange enough to wonder if there's something not happening that should (or used to ?).
#define AI_OVERHAUL_PLACE SIDE
[ai]
aggression=1.0
[/ai]
# The micro AI is added elsewhere
#enddef
#define AI_OVERHAUL_PLACE_2 SIDE
[ai]
aggression=1.0
[/ai]
#enddef