Quote Originally Posted by Xurr
I think if you replaced each block with a simple if test you increase performance quite a bit

Something like this.
Code:
 If I_TurnNumber = 1130
  	console_command date 11
 	console_command season summer
	set_counter seasonCounter 2
	suspend_unscripted_advice true
 end_If
Yeah, you're right. It'll have a huge impact on performance because the script will terminate almost instantly.