# on_actions = {
# 	on_startup = {
# 		effect = {
# 			every_country = {
# 				if = {
# 					limit = {
# 						NOT = { is_in_array = { global.GDP_list_array = THIS } }
# 					}
# 					add_to_array = { global.GDP_list_array = THIS }
# 				}
# 				calculate_GDP = no
# 				GDP_growth_calculation = yes
# 				gdp_growth_calc = yes
# 			}
			
# 		}
# 	}
	
# 	on_monthly = {
# 		effect = {
# 			calculate_GDP = yes
# 			GDP_growth_calculation = yes
# 			force_update_map_mode = { mapmode = TWR_government_type_map_mode }
# 			force_update_map_mode = { mapmode = TWR_industrialisation_map_mode }
# 		}
# 	}

# 	#on_daily = {
# 		#effect = {
# 			#gdp_growth_calc = yes
# 		#}
# 	#}
# }
