
Originally Posted by
Baktrion Agema
How do I change the script, where abouts is it?
Head to your \EB\Data\scripts\show_me folder and open up EBBS_Script.txt. Use something like Notepad++ to change it though. I've heard bad things happen if you use regular notepad to do it.
Anyways, just look up Unconditional. Eventually, you'll see this:
Code:
;Unconditional Player Reforms
monitor_event FactionTurnEnd FactionType seleucid
and FactionIsLocal
and I_CompareCounter Romanii_Reform = 1
and I_NumberOfSettlements seleucid > 89
set_counter Romanii_Reform 2
set_counter MarianReformsAdvisor 1
terminate_monitor
Change the number in "and I_NumberOfSettlements seleucid > 89" to whatever you want, and once that variable is achieved, you'll get your Marian reforms, easily.
Bookmarks