ADVCM_selecionar_pais = {
	groups= {
		general
	}

	texture = "gfx/interface/icons/diplomatic_action_icons/force_state_religion.dds"
	
	potential = {
		is_player = yes
		scope:target_country = {
			NOT = {
				is_player = yes
			}
		}
	}
	
	possible = {
		is_player = yes
	}
	
	accept_effect = {
		set_variable = {
			name = paisMarcado
			value = scope:target_country
		}
	}
	
	ai = {
        will_propose = {
            always = no
        }
    }
}