I modified the EBBS Script in E:\Games\Rometotalwar\EB\Data\Scripts\Show_me and changed
; Unconditional Player Reforms after 210BC
if I_TurnNumber > 248
and I_LocalFaction seleucid
set_counter Romanii_Reform 1
set_counter PolybianReformsAdvisor 1
terminate_monitor
end_if
to
; Unconditional Player Reforms after 210BC
if I_TurnNumber > 1
and I_LocalFaction seleucid
set_counter Romanii_Reform 1
set_counter PolybianReformsAdvisor 1
terminate_monitor
end_if
but I still got no reforms after turn 1 either from continuing a saved game or starting a new one. Do I need to remove any other text from the script?
Bookmarks