has_usa_congress = {
    tag = USA
}
is_former_usa_state = {
	OR = {
		TAG = MIO
		TAG = ASA
		TAG = MIN
		TAG = CSA
		TAG = TEX
		TAG = KTY
		TAG = NEG
		TAG = CAL
		TAG = ORE
		TAG = DAK
		TAG = UTA
		TAG = NMX
		TAG = KNS
		TAG = MHC
	}
}

NA_B_is_american_allowed = {
	OR = {
		tag = USA
		tag = NEG
		tag = CSA
		tag = ORE
		tag = CAL
		tag = UTA
		tag = DAK
		tag = KNS
		tag = NMX
		tag = TEX
		tag = OKL
		tag = LOU
		tag = MIO
		tag = KTY
		tag = WVG
		tag = NCA
		tag = CSA
		tag = USG
		tag = MHC
		tag = ASA
		tag = MIN
		tag = ALK
	}
}

acw_has_started_scripted_trigger = {
	custom_trigger_tooltip = {
		tooltip = acw_has_started_scripted_trigger_tooltip
		has_global_flag = ACW_American_Civil_War
	}
}

acw_has_not_started_scripted_trigger = {
	custom_trigger_tooltip = {
		tooltip = acw_has_not_started_scripted_trigger_tooltip
		NOT = { 
			has_global_flag = ACW_American_Civil_War
			has_global_flag = ACW_American_Civil_War_Happened
		}
	}
}

acw_has_concluded_scripted_trigger = {
	custom_trigger_tooltip = {
		tooltip = acw_has_concluded_scripted_trigger_tooltip
		has_global_flag = ACW_American_Civil_War_Happened
	}
}

acw_has_been_avoided_started_scripted_trigger = {
	custom_trigger_tooltip = {
		tooltip = acw_has_been_avoided_started_scripted_trigger_tooltip
		has_global_flag = ACW_American_Civil_War_Avoided
	}
}