; Check Conditions
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romanii_Reform = 0
and I_TurnNumber > 120

; Unconditional Reforms afther 210BC
if I_TurnNumber > 248
set_counter Romanii_Reform 1
terminate_monitor
The part that you need to change to get the reforms early unconditionally is in bold.

Since there are four turns per year, turn 248 is 62 years in, 210BC. If you want to get the reforms in your year, put the number 52 or lower in the spot that says 248.