Quote Originally Posted by bovi View Post
I never suggested to delete the whole section. Search for set_building_health*government, and you'll find the statements.
No you did not, I have just deleted parthia (pahlava) and armenia (saro) parts the second part of 3rd section in EBBS that has set_building_health government

like
if I_SettlementOwner Veldideno = parthia
and I_CompareCounter settlementowner_Veldideno != 16

console_command set_building_health Veldideno government 0
console_command set_building_health Veldideno minimumbuilding 0
console_command create_building Veldideno govnomad
end_if
and

for saro

if I_SettlementOwner Veldideno = armenia
and I_CompareCounter settlementowner_Veldideno != 19

console_command set_building_health Veldideno government 0
console_command set_building_health Veldideno minimumbuilding 0
console_command create_building Veldideno govnomad
end_if
and it worked