﻿###########################
# Options Events
###########################

add_namespace = options

# All/Modern
country_event = {
	id = options.1
	title = options.1.t
	desc = options.1.d
	picture = GFX_report_event_yugoslavian_split
	
	is_triggered_only = yes
	
	option = { # Only Modern Countries (the ones making sense)
		name = options.1.a
		set_global_flag = modern_country
	}
	option = { # All Countries
		name = options.1.b
		clr_global_flag = modern_country
	}
}
# Normal/Free
country_event = {
	id = options.2
	title = options.2.t
	desc = options.2.d
	picture = GFX_report_event_cze_divided_nation
	
	is_triggered_only = yes
	
	option = { # Normal
		name = options.2.a
		clr_global_flag = no_limit
	}
	option = { # Free
		name = options.2.b
		set_global_flag = no_limit
	}
}