scripted_gui = {
	# great_game_influence_gui = {
	# 	# context_type = decision_category
	# 	window_name = "great_game_influence_window"

	# 	properties = {
	# 		great_game_influence_game_frame_PER={
	# 			image = "[?PER.GetFlag]"
	# 		}
	# 		great_game_influence_game_frame_SIK={
	# 			image = "[?SIK.GetFlag]"
	# 		}
	# 		great_game_influence_game_frame_TIB={
	# 			image = "[?TIB.GetFlag]"
	# 		}
	# 		great_game_influence_game_frame_AFG={
	# 			image = "[?AFG.GetFlag]"
	# 		}
	# 		great_game_bukara_influence = {
	# 			frame = global.great_game_bukara
	# 		}
	# 		great_game_khiva_influence = {
	# 			frame = global.great_game_khiva
	# 		}
	# 		great_game_afghan_influence = {
	# 			frame = global.great_game_afghan
	# 		}
	# 		great_game_kokand_influence = {
	# 			frame = global.great_game_kokand
	# 		}
	# 		great_game_south_turkmen_influence = {
	# 			frame = global.great_game_s_turkmen
	# 		}
	# 		great_game_north_turkmen_influence = {
	# 			frame = global.great_game_n_turkmen
	# 		}
	# 		great_game_panjeh_influence = {
	# 			frame = global.great_game_panjeh
	# 		}
	# 		great_game_peshawar_influence = {
	# 			frame = global.great_game_peshawar
	# 		}
	# 		great_game_samarkand_influence = {
	# 			frame = global.great_game_samarkand
	# 		}
	# 		great_game_persian_coast_influence = {
	# 			frame = global.great_game_persian_coast
	# 		}
	# 		great_game_central_persia_influence = {
	# 			frame = global.great_game_central_persia
	# 		}
	# 		great_game_persian_highlands_influence = {
	# 			frame = global.great_game_persian_highlands
	# 		}
	# 		great_game_wukhan_influence = {
	# 			frame = global.great_game_wukhan
	# 		}
	# 		great_game_tibet_influence = {
	# 			frame = global.great_game_tibet
	# 		}
	# 		great_game_sikang_influence = {
	# 			frame = global.great_game_sikang
	# 		}
	# 		great_game_kazakh_influence = {
	# 			frame = global.great_game_kazakh
	# 		}
	# 	}
	# 	effects={
	# 		great_game_invest_influence_game_frame_PER_click ={
	# 			if={#add a influence point
	# 				limit={tag=RUS}
	# 				add_to_variable ={PER.RUS_gg_influence = 1}
	# 			}
	# 			else={
	# 				add_to_variable ={PER.ENG_gg_influence = 1}
	# 			}
	# 			#check if anyone is 5+ points ahead
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = PER.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {PER.ENG_gg_influence>temp_influence_difference}
	# 				}
	# 				PER={set_country_flag = ENG_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = PER.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {PER.RUS_gg_influence>temp_influence_difference}
	# 				}
	# 				PER={set_country_flag = RUS_becoming_dominate}
	# 			}

	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = PER.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					PER={has_country_flag = ENG_becoming_dominate}
	# 					check_variable = {PER.ENG_gg_influence<temp_influence_difference}
	# 				}
	# 				PER={clr_country_flag = ENG_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = PER.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					PER={has_country_flag = RUS_becoming_dominate}
	# 					check_variable = {PER.RUS_gg_influence<temp_influence_difference}
	# 				}
	# 				PER={clr_country_flag = RUS_becoming_dominate}
	# 			}
	# 			subtract_from_variable = {great_game_points = 10}
	# 		}
	# 		great_game_invest_influence_game_frame_TIB_click ={
	# 			if={#add a influence point
	# 				limit={tag=RUS}
	# 				add_to_variable ={TIB.RUS_gg_influence = 1}
	# 			}
	# 			else={
	# 				add_to_variable ={TIB.ENG_gg_influence = 1}
	# 			}
	# 			#check if anyone is 5+ points ahead
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = TIB.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {TIB.ENG_gg_influence>temp_influence_difference}
	# 				}
	# 				TIB={set_country_flag = ENG_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = TIB.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {TIB.RUS_gg_influence>temp_influence_difference}
	# 				}
	# 				TIB={set_country_flag = RUS_becoming_dominate}
	# 			}
	# 			#check if the gap has been closed
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = TIB.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					TIB={has_country_flag = RUS_becoming_dominate}
	# 					check_variable = {TIB.ENG_gg_influence<temp_influence_difference}
	# 				}
	# 				TIB={clr_country_flag = RUS_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = TIB.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					TIB={has_country_flag = ENG_becoming_dominate}
	# 					check_variable = {TIB.RUS_gg_influence<temp_influence_difference}
	# 				}
	# 				TIB={clr_country_flag = ENG_becoming_dominate}
	# 			}
	# 			subtract_from_variable = {great_game_points = 10}
	# 		}
	# 		great_game_invest_influence_game_frame_SIK_click ={
	# 			if={#add a influence point
	# 				limit={tag=RUS}
	# 				add_to_variable ={SIK.RUS_gg_influence = 1}
	# 			}
	# 			else={
	# 				add_to_variable ={SIK.ENG_gg_influence = 1}
	# 			}
	# 			#check if anyone is 5+ points ahead
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = SIK.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {SIK.ENG_gg_influence>temp_influence_difference}
	# 				}
	# 				SIK={set_country_flag = ENG_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = SIK.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {SIK.RUS_gg_influence>temp_influence_difference}
	# 				}
	# 				SIK={set_country_flag = RUS_becoming_dominate}
	# 			}
	# 			#check if the gap has been closed
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = SIK.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					SIK={has_country_flag = RUS_becoming_dominate}
	# 					check_variable = {SIK.ENG_gg_influence<temp_influence_difference}
	# 				}
	# 				SIK={clr_country_flag = RUS_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = SIK.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					SIK={has_country_flag = ENG_becoming_dominate}
	# 					check_variable = {SIK.RUS_gg_influence<temp_influence_difference}
	# 				}
	# 				SIK={clr_country_flag = ENG_becoming_dominate}
	# 			}
	# 			subtract_from_variable = {great_game_points = 10}
	# 		}
	# 		great_game_invest_influence_game_frame_AFG_click ={
	# 			if={#add a influence point
	# 				limit={tag=RUS}
	# 				add_to_variable ={AFG.RUS_gg_influence = 1}
	# 			}
	# 			else={
	# 				add_to_variable ={AFG.ENG_gg_influence = 1}
	# 			}
	# 			#check if anyone is 5+ points ahead
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = AFG.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {AFG.ENG_gg_influence>temp_influence_difference}
	# 				}
	# 				AFG={set_country_flag = ENG_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 4}
	# 			add_to_temp_variable = {temp_influence_difference = AFG.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					check_variable = {AFG.RUS_gg_influence>temp_influence_difference}
	# 				}
	# 				AFG={set_country_flag = RUS_becoming_dominate}
	# 			}
	# 			#check if the gap has been closed
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = AFG.RUS_gg_influence}
	# 			if={
	# 				limit={
	# 					AFG={has_country_flag = RUS_becoming_dominate}
	# 					check_variable = {AFG.ENG_gg_influence<temp_influence_difference}
	# 				}
	# 				AFG={clr_country_flag = RUS_becoming_dominate}
	# 			}
	# 			set_temp_variable = {temp_influence_difference = 5}
	# 			add_to_temp_variable = {temp_influence_difference = AFG.ENG_gg_influence}
	# 			if={
	# 				limit={
	# 					AFG={has_country_flag = ENG_becoming_dominate}
	# 					check_variable = {AFG.RUS_gg_influence<temp_influence_difference}
	# 				}
	# 				AFG={clr_country_flag = ENG_becoming_dominate}
	# 			}
	# 			subtract_from_variable = {great_game_points = 10}
	# 		}
	# 	}
	# 	triggers = {
	# 		great_game_invest_influence_game_frame_PER_click_enabled ={
	# 			check_variable = {great_game_points > 9}
	# 		}
	# 		great_game_invest_influence_game_frame_TIB_click_enabled ={
	# 			check_variable = {great_game_points > 9}
	# 		}
	# 		great_game_invest_influence_game_frame_SIK_click_enabled ={
	# 			check_variable = {great_game_points > 9}
	# 		}
	# 		great_game_invest_influence_game_frame_AFG_click_enabled ={
	# 			check_variable = {great_game_points > 9}
	# 		}
	# 		great_game_bukara_contest_visible={
	# 			check_variable = { global.great_game_stage = 3}
	# 			BUK={exists = yes}
	# 		}
	# 		great_game_kokand_contest_visible={
	# 			check_variable = { global.great_game_stage = 3}
	# 			KOK={exists = yes}
	# 		}
	# 		great_game_samarkand_contest_visible={
	# 			check_variable = { global.great_game_stage = 3}
	# 			SMK={exists = yes}
	# 		}
	# 		great_game_khiva_contest_visible={
	# 			check_variable = { global.great_game_stage = 4}
	# 			KHI={exists = yes}
	# 		}
	# 		great_game_turkmen_contest_visible={
	# 			OR={
	# 				check_variable = { global.great_game_stage = 4}
	# 				check_variable = { global.great_game_stage = 5}
	# 			}
	# 			TMS={exists = yes}
	# 		}
	# 		great_game_afghan_contest_visible={
	# 			OR={
	# 				check_variable = { global.great_game_stage = 4}
	# 				check_variable = { global.great_game_stage = 5}
	# 			}
	# 			AFG={exists = yes}
	# 		}
	# 		great_game_kazakh_contest_visible={
	# 			check_variable = { global.great_game_stage = 3}
	# 			RUS={NOT={owns_state = 943}}
	# 		}
	# 		great_game_peshawar_contest_visible={
	# 			check_variable = { global.great_game_stage = 4}
	# 			ENG={NOT={owns_state = 445}}
	# 		}
	# 		great_game_panjeh_contest_visible={
	# 			check_variable = { global.great_game_stage = 5}
	# 			RUS={NOT={owns_state = 1360}}
	# 		}
	# 		great_game_wukhan_contest_visible={
	# 			check_variable = { global.great_game_stage = 6}
	# 			#RUS={NOT={owns_state = 1360}}
	# 		}

	# 		great_game_influence_game_frame_PER_visible={
	# 			PER = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		great_game_invest_influence_game_frame_PER_visible={
	# 			PER = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		RUS_influence_PER_visible={
	# 			PER = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		ENG_influence_PER_visible={
	# 			PER = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		great_game_influence_game_frame_TIB_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		great_game_invest_influence_game_frame_TIB_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		RUS_influence_TIB_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		ENG_influence_TIB_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 		}
	# 		great_game_influence_game_frame_SIK_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 4}
	# 		}
	# 		great_game_invest_influence_game_frame_SIK_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 4}
	# 		}
	# 		RUS_influence_SIK_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 4}
	# 		}
	# 		ENG_influence_SIK_visible={
	# 			TIB = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 4}
	# 		}
	# 		great_game_influence_game_frame_AFG_visible={
	# 			AFG = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 			check_variable = { global.great_game_afghan < 7}
	# 		}
	# 		great_game_invest_influence_game_frame_AFG_visible={
	# 			AFG = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 			check_variable = { global.great_game_afghan < 7}
	# 		}
	# 		RUS_influence_AFG_visible={
	# 			AFG = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 			check_variable = { global.great_game_afghan < 7}
	# 		}
	# 		ENG_influence_AFG_visible={
	# 			AFG = {
	# 				exists = yes
	# 				NOT={
	# 					has_country_flag=RUS_sphere
	# 					has_country_flag=ENG_sphere
	# 				}
	# 			}
	# 			check_variable = { global.great_game_stage > 5}
	# 			check_variable = { global.great_game_afghan < 7}
	# 		}
	# 	}

	# }

	indochina_influence_gui = {
		context_type = decision_category
		window_name = "indochina_influence_window"

		dynamic_lists = {
			indochina_colonial_powers_grid = {
				array = global.indochina_colonial_powers_array
				entry_container = indochina_colonial_powers_grid_entry
			}
		}
		properties = {
			indochina_colonial_powers_flag = {
				image = "[?global.indochina_colonial_powers_array^i.GetFlag]"
			}
			indochina_cochin_bar = {
				frame = EGY.suez_progress
			}
			indochina_cochin_inprogress_bar = {
				frame = EGY.suez_inprogress_total
			}
			indochina_influence_rakhine = {
				frame = 780.INDOC_Influence_Frame_Var
			}
			indochina_influence_burma = {
				frame = 288.INDOC_Influence_Frame_Var
			}
			indochina_influence_mandalay = {
				frame = 640.INDOC_Influence_Frame_Var
			}
			indochina_influence_kayah = {
				frame = 1393.INDOC_Influence_Frame_Var
			}
			indochina_influence_karen = {
				frame = 777.INDOC_Influence_Frame_Var
			}
			indochina_influence_shan = {
				frame = 996.INDOC_Influence_Frame_Var
			}
			indochina_influence_north_tenasserim = {
				frame = 778.INDOC_Influence_Frame_Var
			}
			indochina_influence_south_tenasserim = {
				frame = 989.INDOC_Influence_Frame_Var
			}
			indochina_influence_north_malay = {
				frame = 724.INDOC_Influence_Frame_Var
			}
			indochina_influence_kanchanaburi = {
				frame = 775.INDOC_Influence_Frame_Var
			}
			indochina_influence_bangkok = {
				frame = 289.INDOC_Influence_Frame_Var
			}
			indochina_influence_sukothai = {
				frame = 783.INDOC_Influence_Frame_Var
			}
			indochina_influence_lan_na = {
				frame = 986.INDOC_Influence_Frame_Var
			}
			indochina_influence_chathaburi = {
				frame = 985.INDOC_Influence_Frame_Var
			}
			indochina_influence_sa_kaeo = {
				frame = 802.INDOC_Influence_Frame_Var
			}
			indochina_influence_roi_et = {
				frame = 990.INDOC_Influence_Frame_Var
			}
			indochina_influence_nong_khai = {
				frame = 987.INDOC_Influence_Frame_Var
			}
			indochina_influence_sainyabuli = {
				frame = 998.INDOC_Influence_Frame_Var
			}
			indochina_influence_luangprabang = {
				frame = 1352.INDOC_Influence_Frame_Var
			}
			indochina_influence_vientiane = {
				frame = 670.INDOC_Influence_Frame_Var
			}
			indochina_influence_champasak = {
				frame = 1351.INDOC_Influence_Frame_Var
			}
			indochina_influence_preah_vihear = {
				frame = 991.INDOC_Influence_Frame_Var
			}
			indochina_influence_siem_reap = {
				frame = 994.INDOC_Influence_Frame_Var
			}
			indochina_influence_cambodia = {
				frame = 741.INDOC_Influence_Frame_Var
			}
			indochina_influence_can_tho = {
				frame = 998.INDOC_Influence_Frame_Var
			}
			indochina_influence_sai_gon = {
				frame = 784.INDOC_Influence_Frame_Var
			}
			indochina_influence_ratanakir = {
				frame = 995.INDOC_Influence_Frame_Var
			}
			indochina_influence_nam_ban = {
				frame = 1395.INDOC_Influence_Frame_Var
			}
			indochina_influence_hai_duong = {
				frame = 286.INDOC_Influence_Frame_Var
			}
			indochina_influence_da_nang = {
				frame = 1336.INDOC_Influence_Frame_Var
			}
			indochina_influence_hue = {
				frame = 1353.INDOC_Influence_Frame_Var
			}
			indochina_influence_ky_son = {
				frame = 992.INDOC_Influence_Frame_Var
			}
			indochina_influence_ha_noi = {
				frame = 1337.INDOC_Influence_Frame_Var
			}
			indochina_influence_hung_hoa = {
				frame = 993.INDOC_Influence_Frame_Var
			}
			indochina_influence_tonkin = {
				frame = 671.INDOC_Influence_Frame_Var
			}
		}
	}


	# eoanb_great_game_debug_topbar_gui = {
	# 	context_type = player_context
	# 	window_name = "eoanbr_great_game_topbar_container"
	# 	parent_window_token = topbar

	# 	visible = {
	# 		OR = {
	# 			has_country_flag = rus_eng_great_game_participant_flag
	# 			is_debug = yes
	# 		}
	# 	}

	# 	effects = {
	# 		eoanbr_great_game_topbar_menu_button_click = {
	# 			if = {
	# 				limit = { has_country_flag = rus_eng_great_game_window_flag }
	# 				clr_country_flag = rus_eng_great_game_window_flag
	# 			}
	# 			else = {
	# 				set_country_flag = rus_eng_great_game_window_flag
	# 			}
	# 		}
	# 	}
	# }
	eoanbr_great_game_decision_category_guis = {
		context_type = decision_category
		window_name = "eoanbr_great_game_decision_category_container"

		dirty = focused_great_game_region

		properties = {
			eoanbr_great_game_afghani_hind_button = {
				frame = 445.great_game_map_frame
			}
			eoanbr_great_game_afghanistan_button = {
				frame = afg.great_game_map_frame
			}
			eoanbr_great_game_badakhshan_button = {
				frame = 1362.great_game_map_frame
			}
			eoanbr_great_game_bukhara_button = {
				frame = buk.great_game_map_frame
			}
			eoanbr_great_game_east_kazakhstan_button = {
				frame = 944.great_game_map_frame
			}
			eoanbr_great_game_india_button = {
				frame = raj.great_game_map_frame
			}
			eoanbr_great_game_kazakhstan_button = {
				frame = kaz.great_game_map_frame
			}
			eoanbr_great_game_khiva_button = {
				frame = khi.great_game_map_frame
			}
			eoanbr_great_game_kokand_button = {
				frame = kok.great_game_map_frame
			}
			eoanbr_great_game_northern_iran_button = {
				frame = 266.great_game_map_frame
			}
			eoanbr_great_game_southern_iran_button = {
				frame = 412.great_game_map_frame
			}
			eoanbr_great_game_tibet_button = {
				frame = tib.great_game_map_frame
			}
			eoanbr_great_game_turkestan_button = {
				frame = sik.great_game_map_frame
			}
			eoanbr_great_game_turkmens_button = {
				frame = tms.great_game_map_frame
			}
		}
		triggers = {
			eoanbr_great_game_afghani_hind_button_glow_visible = {
				check_variable = { focused_great_game_region = 445 }
			}
			eoanbr_great_game_afghanistan_button_glow_visible = {
				check_variable = { focused_great_game_region = afg.id }
			}
			eoanbr_great_game_badakhshan_button_glow_visible = {
				check_variable = { focused_great_game_region = 1362 }
			}
			eoanbr_great_game_bukhara_button_glow_visible = {
				check_variable = { focused_great_game_region = buk.id }
			}
			eoanbr_great_game_east_kazakhstan_button_glow_visible = {
				check_variable = { focused_great_game_region = 944 }
			}
			eoanbr_great_game_india_button_glow_visible = {
				check_variable = { focused_great_game_region = raj.id }
			}
			eoanbr_great_game_kazakhstan_button_glow_visible = {
				check_variable = { focused_great_game_region = kaz.id }
			}
			eoanbr_great_game_khiva_button_glow_visible = {
				check_variable = { focused_great_game_region = khi.id }
			}
			eoanbr_great_game_kokand_button_glow_visible = {
				check_variable = { focused_great_game_region = kok.id }
			}
			eoanbr_great_game_northern_iran_button_glow_visible = {
				check_variable = { focused_great_game_region = 266 }
			}
			eoanbr_great_game_southern_iran_button_glow_visible = {
				check_variable = { focused_great_game_region = 412 }
			}
			eoanbr_great_game_tibet_button_glow_visible = {
				check_variable = { focused_great_game_region = tib.id }
			}
			eoanbr_great_game_turkestan_button_glow_visible = {
				check_variable = { focused_great_game_region = sik.id }
			}
			eoanbr_great_game_turkmens_button_glow_visible = {
				check_variable = { focused_great_game_region = tms.id }
			}
		}
		effects = {
			eoanbr_great_game_afghani_hind_button_click = {
				set_variable = { focused_great_game_region = 445 }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_afghanistan_button_click = {
				set_variable = { focused_great_game_region = afg.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_badakhshan_button_click = {
				set_variable = { focused_great_game_region = 1362 }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_bukhara_button_click = {
				set_variable = { focused_great_game_region = buk.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_east_kazakhstan_button_click = {
				set_variable = { focused_great_game_region = 944.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_india_button_click = {
				set_variable = { focused_great_game_region = raj.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_kazakhstan_button_click = {
				set_variable = { focused_great_game_region = kaz.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_khiva_button_click = {
				set_variable = { focused_great_game_region = khi.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_kokand_button_click = {
				set_variable = { focused_great_game_region = kok.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_northern_iran_button_click = {
				set_variable = { focused_great_game_region = 266 }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_southern_iran_button_click = {
				set_variable = { focused_great_game_region = 412 }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_tibet_button_click = {
				set_variable = { focused_great_game_region = tib.id }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_turkestan_button_click = {
				set_variable = { focused_great_game_region = sik }
				RUS_great_game_map_update = yes
			}
			eoanbr_great_game_turkmens_button_click = {
				set_variable = { focused_great_game_region = tms.id }
				RUS_great_game_map_update = yes
			}
		}
	}
}