Hey, in my roman campaign ive won over 250 battles, not entirely sure what turn number it is... but i also have 96 settlements.

Basically my remaining enemies are Dacia + Germany, then seleucids and whoevers hiding in the east.

I think its around time that i went Imperial.


Heres what ive done to my script to make this happen, but it hasn't... Anyone can tell me what ive done wrong? Thanks.


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Imperial trigger
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_NumberOfSettlements seleucid > 60
;and BattlesFought > 200
and I_CompareCounter Romanii_Reform = 2
;and I_CompareCounter AugustanReformatorCounter = 1
set_counter Romanii_Reform 3
set_counter AugustanReformsAdvisor 1
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