scripted_gui = {
	KOR_martial_law_yoon_super_event = {
		context_type = player_context
		window_name = "KOR_martial_law_yoon_super_event"

		visible = {
			has_country_flag = KOR_martial_law_yoon_super
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}
		
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = KOR_martial_law_yoon_super
			}
		}
	}
	KOR_taiwan_annex_super_event = {
		context_type = player_context
		window_name = "KOR_taiwan_annex_super_event"

		visible = {
			has_country_flag = KOR_taiwan_annex_super
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}
		
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = KOR_taiwan_annex_super
			}
		}
	}
	KOR_taiwan_independence_super_event = {
		context_type = player_context
		window_name = "KOR_taiwan_independence_super_event"

		visible = {
			has_country_flag = KOR_taiwan_independence_super
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}
		
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = KOR_taiwan_independence_super
			}
		}
	}
	KOR_pdto_win_light_yoon_super_event = {
		context_type = player_context
		window_name = "KOR_pdto_win_light_yoon_super_event"

		visible = {
			has_country_flag = KOR_pdto_win_light_yoon_super
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}
		
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = KOR_pdto_win_light_yoon_super
			}
		}
	}

	KOR_pdto_win_martial_law_yoon_super_event = {
		context_type = player_context
		window_name = "KOR_pdto_win_martial_law_yoon_super_event"

		visible = {
			has_country_flag = KOR_pdto_win_martial_law_yoon_super
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}
		
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = KOR_pdto_win_martial_law_yoon_super
			}
		}
	}
}