-
using Generic script
I gave the AI some settlements, but after 15 turns they did not built ani goverment building :wall:
I wanted to use the generic script to do so.
so I copied this from the EB script
console_command create_building Arretium gov3
console_command create_building Ariminum gov3
then I activated the script, but only the perfect spy was toggled.
Can someone help?
-
Re: using Generic script
You need some sort of trigger...?
-
Re: using Generic script
This will do it:
Code:
script
console_command create_building Arretium gov3
console_command create_building Ariminum gov3
end_script
You need to save and exit the game, edit genericScript.txt, and restart the game before you run the script.