Log in

View Full Version : using Generic script



Ower
05-17-2008, 19:53
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?

MarcusAureliusAntoninus
05-17-2008, 21:35
You need some sort of trigger...?

Atilius
05-18-2008, 00:23
This will do it:

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.