scripted_gui = {
	oto_bulgarian_church_decision_ui = {
		context_type = decision_category
		window_name = "oto_bulgarian_church_decision_ui_window"

		dirty = focused_bulgarian_church_region

		effects = {
			bul_church_dobruja_button_click = {
				set_variable = { focused_bulgarian_church_region = 211 }
			}
			bul_church_moesia_button_click = {
				set_variable = { focused_bulgarian_church_region = 48 }
			}
			bul_church_trache_button_click = {
				set_variable = { focused_bulgarian_church_region = 964 }
			}
			bul_church_macedonia_button_click = {
				set_variable = { focused_bulgarian_church_region = 1199 }
			}
			bul_main_icon_button_click = {
				set_variable = { focused_bulgarian_church_region = 1 }
			}
		}

		properties = {
			oto_unitates_progress_bar = {
				frame = OTO.ch_unitates_var
			}
			oto_the_young_progress_bar = {
				frame = OTO.ch_the_young_var
			}
		}
	}
}