﻿customize_idle_interaction = {
	category = interaction_category_uncategorized
	desc = customize_idle_interaction_desc
	common_interaction = yes

	auto_accept = yes
	use_diplomatic_range = no
	#ignores_pending_interaction_block = yes
	
	interface_priority = 123
	
	is_shown = {
        always = yes
		#scope:actor = scope:recipient
	}
	
	on_accept = {
		hidden_effect = {
            scope:actor = { trigger_event = cidle_select_animation.0002 }
        }
	}
}
