I'm having problems (like many, i know) with my AI not doing much, especially in colonization. I edited a save file setting the inflations of all nations to 0.000 (except mine). Changed some AI settings... and POP... i got many little settlers leaving capitals everywhere.
So i wanted to write a little sery of event so that every 25 or 50 years, the inflation level of AI nations are set back to 0.000.... to help the AI.
The event fired for me... and i think not for any AI nations.... what did i do wrong ?
Thanks in advance
Gigau
So i wanted to write a little sery of event so that every 25 or 50 years, the inflation level of AI nations are set back to 0.000.... to help the AI.
Code:
event = {
id = 200006
trigger = {
ai = yes
}
random = no
name = "Helping the AI"
desc = "Lowering the inflation level"
style = 1
date = { day = 1 month = january year = 1800 }
action_a = {
name = "Good for them"
command = { type = inflation value = -25 }
}
}
The event fired for me... and i think not for any AI nations.... what did i do wrong ?
Thanks in advance
Gigau