Hi!
I'm trying make a script to reduce settlement population.
Here best what I can do
Code:
script
	declare_counter loop
	set_counter loop 1
	monitor_conditions Carthago SettlementPopulationMaxedOut
	if Carthago SettlementPopulationMaxedOut
	console_command add_population Carthago -7000
	end_if
	end_monitor
	while I_CompareCounter loop = 1
	end_while
end_script
With this Carthago population decreased from 30000 to 400 men, and growth bonus become 12,5%, but on the next turn there are no growth bonus at all. Population freezes on mark with 400 man.
Can someone tell me what should I do if I need that population checks and reduced only if it's more then 24000,and it happened after turn end

Sorry for my bad english.