I succeeded in making small script to run AI for X turns (2 years in this case). After that game is stoped and can't be continued (since AI is disabled).

Code:
script 
	suspend_during_battle on
	while I_TurnNumber < 4
	end_while					
	console_command halt_ai
end_script