﻿switch_character = {
	category = interaction_category_diplomacy
	desc = switch_character_desc
	common_interaction = yes
	
	interface_priority = 1
	auto_accept = yes
    ai_frequency = 0
	use_diplomatic_range = no
	ignores_pending_interaction_block = yes
	icon = icon_scheme_challenge_status

	is_shown = {
		scope:actor = {
			is_ai = no
		}
		scope:recipient = {
			is_ai = yes
		}
	}

	can_send = {
		scope:actor = {
			is_ai = no}
	}
	on_accept = {
		scope:actor = {
			set_player_character = scope:recipient
		}
		scope:recipient = {
			trigger_event = lopc_event.2440
		}
	}
	auto_accept = yes

	ai_will_do = 0
}

