Makanyane - in my own chaste way, I love you. Here's the partially working script:
This fast-forwarded me to 268 BCE. All I had to do was click a few boxes along the way. When I got to 268 BCE, the AI had taken Segesta and built a whole bunch of units for the Julii. Meanwhile, the Greeks had built up a fortune of some hundreds of thousands of denarii.script
declare_counter loop
set_counter loop 0
monitor_event FactionTurnStart FactionType romans_julii
and I_TurnNumber < 5
console_command control greek_cities
campaign_wait 10
console_command add_money 40000
console_command control romans_julii
end_monitor
while I_CompareCounter loop = 0
end_while
end_script
So all I have to do is figure out how to avoid having to click through the scrolls, and I'll be able to use this to fast forward to any turn.
Bookmarks