﻿debug_start_era_of_turkish_migrations_interaction = {
	icon = icon_combat
	desc = debug_start_era_of_turkish_migrations_interaction_desc
	category = interaction_debug_main
	use_diplomatic_range = no
	ignores_pending_interaction_block = yes
	interface_priority = -100

	is_shown = {
		debug_only = yes
		scope:actor = { is_ai = no }
		NOR = {
			has_game_rule = never_turkish_migrations
			is_target_in_global_variable_list = {
				name = historicinvasions_story_started
				target = flag:turkish_migrations_started
			}
			is_target_in_global_variable_list = {
				name = historicinvasions_story_ended
				target = flag:turkish_migrations_ended
			}
		}
	}
	
	auto_accept = yes
	
	on_accept = {
		#trigger_event = { on_action = turkish_migrations_periodic_on_action }
		trigger_event = turkish_migrations.0001
	}

	ai_frequency = 0
}