add_namespace = southernturkeyshreknews

news_event = {
    id = southernturkeyshreknews.1
	title = "Turkey Accepts Shrek's Demands"
	desc = southernturkeyacceptednews
	picture = GFX_news_event_generic_sign_treaty3
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = "Ok"
		trigger = {
			NOT = {
				TAG = SHR
				TAG = BUL
			}
		}
	}	
    option = {
		name = "As expected."
		trigger = { TAG = SHR }
	}
	option = {
		name = "Uh oh."
		trigger = { TAG = BUL }
	}
}