#$STATE$ Joins $COUNTRY$
country_event = {
	id = 70000
	title = "EVTNAME70000"
	desc = "EVTDESC70000"
	picture = "Slaves"
	
	trigger = {
		owner = {
			slavery = yes_slavery
		}
		NOT = { continent = europe }
	}
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTA70000"
		is_slave = yes
		country = {
			any_state = {
				limit = {
					is_slave = no
				}
				any_pop = { militancy = 2 }
			}
		}
		
	}
	
	option = {
		name = "EVTOPTB70000"
		is_slave = no
		country = {
			any_state = {
				limit = {
					is_slave = yes
				}
				any_pop = { militancy = 2 }
			}		
		}
		
	}
}

#$STATE$ Joins $COUNTRY$!
country_event = {
	id = 70001
	title = "EVTNAME70001"
	desc = "EVTDESC70001"
	picture = "Western"
	
	
	trigger = {
		owner = {
			slavery = no_slavery
		}
	}
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTA70001"
		is_slave = no
	}
}