

is_first_nations_country = {
	custom_trigger_tooltip = {
		tooltip = EDC_is_first_nations_country
		OR = {
			TAG = NEZ
			TAG = BFT
			TAG = SIX
			TAG = APA
			TAG = NAV
			TAG = OKL
		}
	}
}


not_claimed_by_native_tribes_scripted_trigger = {
	custom_trigger_tooltip = {
		tooltip = not_claimed_by_native_tribes_scripted_trigger_tooltip
		NOT = {
			any_other_country = {
				check_variable = {
					var = PREV.first_nations_acw_border_claim@THIS
					value = 1
				}
			}
		}
	}
}

has_chosen_USA_side_in_acw_trigger = {
	custom_trigger_tooltip = {
		tooltip = has_chosen_USA_side_in_acw_trigger_tooltip
		OR = {
			has_country_flag = acw_first_nations_choose_USA_early_flag
			has_country_flag = acw_first_nations_choose_USA_later_flag
			has_country_flag = acw_first_nations_choose_USA_latest_flag
		}
	}
}

has_chosen_CSA_side_in_acw_trigger = {
	custom_trigger_tooltip = {
		tooltip = has_chosen_CSA_side_in_acw_trigger_tooltip
		OR = {
			has_country_flag = acw_first_nations_choose_CSA_early_flag
			has_country_flag = acw_first_nations_choose_CSA_later_flag
			has_country_flag = acw_first_nations_choose_CSA_latest_flag
		}
	}
}

native_decision_acw_has_not_started_trigger = {
	if = {
		limit = { acw_has_not_started_scripted_trigger = yes }
		acw_has_not_started_scripted_trigger = yes
	}
	if = {
		limit = { acw_has_started_scripted_trigger = yes }
		#acw_has_not_started_scripted_trigger = yes
		custom_trigger_tooltip = {
			tooltip = acw_american_civil_war_focus_cant_be_done_started_tooltip
			always = no
		}
	}
	if = {
		limit = { acw_has_concluded_scripted_trigger = yes }
		acw_has_concluded_scripted_trigger = yes
	}
	if = {
		limit = { acw_has_been_avoided_started_scripted_trigger = yes }
		acw_has_been_avoided_started_scripted_trigger = yes
	}
}