namespace = young_love_events
character_event = {
	id = young_love_events.1
	desc = EVTDESCyoung_love_events.1
	picture = GFX_evt_lovers
	is_triggered_only = yes

	option = {
		name = EVTOPTAyoung_love_events.1
		trigger = {
			FROM = { father = { is_alive = yes } }
		}
		FROM = {
			father = {
				character_event = { id = young_love_events.3 }
			}
		}
	}

	option = {
		name = EVTOPTByoung_love_events.1
		trigger = {
			FROM = {
				father = {
					NOT = { is_alive = yes }
				}
				mother = { is_alive = yes }
			}
		}
		FROM = {
			mother = {
				character_event = { id = young_love_events.3 }
			}
		}
	}

	option = {
		name = EVTOPTCyoung_love_events.1
		FROM = {
			character_event = { id = young_love_events.2 }
		}
	}
}
character_event = {
	id = young_love_events.2
	desc = EVTDESCyoung_love_events.2
	picture = GFX_evt_lovers
	is_triggered_only = yes

	option = {
		name = EVTOPTAyoung_love_events.2
		FROM = {
			IF = {
				limit = { is_female = yes }
				add_spouse_matrilineal = FROM
			}
			IF = {
				limit = { is_female = no }
				add_spouse = FROM
			}
		}
	}
	option = {
		name = EVTOPTAyoung_love_events.2
		reverse_opinion = { modifier = opinion_yl_rejected who = FROM years = 2 }
	}
}
character_event = {
	id = young_love_events.3
	desc = EVTDESCyoung_love_events.3
	picture = GFX_evt_lovers
	is_triggered_only = yes

	option = {
		name = EVTOPTAyoung_love_events.3
		event_target:marriage_seeker = {
			IF = {
				limit = { is_female = yes }
				add_spouse_matrilineal = event_target:potential_spouse
			}
			IF = {
				limit = { is_female = no }
				add_spouse = event_target:potential_spouse
			}
		}
	}
	option = {
		name = EVTOPTAyoung_love_events.3
		reverse_opinion = { modifier = opinion_yl_rejected who = FROM years = 2 }
	}
}