; Check counters are >= 5 and >= 3 or 200BC, if true set counter 1, if false set counters 0
monitor_event FactionTurnStart FactionType egypt
and I_TurnNumber >= 148
and I_CompareCounter Carthage_Reforms = 0
if I_TurnNumber >= 288
console_command create_building Kart-Hadast "carthage1"
console_command create_building Atiqa "carthage1"
console_command create_building Gader "carthage1"
console_command create_building Mastia "carthage1"
console_command create_building Bocchoris "carthage1"
console_command create_building Sala "carthage1"
console_command create_building Lixus "carthage1"
console_command create_building Adrumeto "carthage1"
console_command create_building Lilibeo "carthage1"
console_command create_building Lepki "carthage1"
console_command create_building Karali "carthage1"
set_counter Carthage_Reforms 1
end_if
if I_CompareCounter Carthage_Reformsinc1 >= 5
and I_CompareCounter Carthage_Reformsinc2 >= 3
console_command create_building Kart-Hadast "carthage1"
console_command create_building Atiqa "carthage1"
console_command create_building Gader "carthage1"
console_command create_building Mastia "carthage1"
console_command create_building Bocchoris "carthage1"
console_command create_building Sala "carthage1"
console_command create_building Lixus "carthage1"
console_command create_building Adrumeto "carthage1"
console_command create_building Lilibeo "carthage1"
console_command create_building Lepki "carthage1"
console_command create_building Karali "carthage1"
set_counter Carthage_Reforms 1
end_if
if I_CompareCounter Carthage_Reforms < 1
set_counter Carthage_Reformsinc1 0
set_counter Carthage_Reformsinc2 0
end_if
end_monitor
Bookmarks