I have searched and read through the existing threads about manually enabling the reforms. I thought I was following the instructions perfectly, as I successfully got the Polybian and Marian Reforms to happen after the first turn by adding ";" to certain lines each time when I was editing the files to try them out

However, Imperial reforms, have stumped me. Heres my Imperial Reform trigger currently, unedited. What needs to be changed?


declare_counter Romani
declare_counter AugustanReformatorCounter

monitor_event SettlementTurnStart BuildingExists = gov2
and FactionType seleucid
and I_CompareCounter Romanii_Reform = 2

inc_counter Romani 1

end_monitor

monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romani > 54
and I_TurnNumber > 499
and I_NumberOfSettlements seleucid > 89
;and BattlesFought > 399
and I_CompareCounter Romanii_Reform = 2
and I_CompareCounter AugustanReformatorCounter = 1

set_counter Romanii_Reform 3

end_monitor

monitor_event CharacterTurnStart Trait Augustus > 1

set_counter AugustanReformatorCounter 1

end_monitor

monitor_event FactionTurnEnd FactionType seleucid
set_counter Romani 0
end_monitor