﻿add_namespace = KUW_SAU

country_event = {	#If Kuwait leaves the GCC, Saudi Arabia won't want an alliance
	id = KUW_SAU.1

	hidden = yes
	
	trigger = {
		original_tag = KUW
		NOT = { has_opinion_modifier = Gulf_Cooperation_Council_Relations }
	}
	
	mean_time_to_happen = {
		days = 10
	}
	
	immediate = {
		SAU = {
			add_ai_strategy = {
				type = alliance
				id = "KUW"
				value = -200
			}
		}
		KUW = {
			add_ai_strategy = {
				type = alliance
				id = "SAU"
				value = -200
			}
		}
	}
	
	option = {
		name = KUW_SAU.1.o1
		log = "[GetDateText]: [This.GetName]: KUW_SAU.1.o1 executed"
	}
}