scripted_gui = {
        #中国成立共产国际
		PRC_founded_Communist_International = {
			context_type = player_context
			window_name = "PRC_founded_Communist_International_gui"

			visible = {
				has_country_flag = PRC_founded_Communist_International_flag
				NOT = {
					has_global_flag = super_events_off_flag
				}
			}
			
			effects = {
				Super_Event_Close_click = {
					clr_country_flag = PRC_founded_Communist_International_flag
				}
			}
		}
		GER_habsburg_war_super_event = {
			context_type = player_context
			window_name = "GER_habsburg_war_super_event_gui"

			visible = {
				has_country_flag = GER_habsburg_war_super
				NOT = {
					has_global_flag = super_events_off_flag
				}
			}
			
			effects = {
				Super_Event_Close_click = {
					clr_country_flag = GER_habsburg_war_super
				}
			}
		}
		
		GER_habsburg_victory_super_event = {
			context_type = player_context
			window_name = "GER_habsburg_victory_super_event_gui"

			visible = {
				has_country_flag = GER_habsburg_victory_super
				NOT = {
					has_global_flag = super_events_off_flag
				}
			}
			
			effects = {
				Super_Event_Close_click = {
					clr_country_flag = GER_habsburg_victory_super
				}
			}
		}
		
	TFX_HALLOWEEN_return_of_the_reich_super_event = {
		context_type = player_context
		window_name = "TFX_HALLOWEEN_return_of_the_reich_super_event"
		visible = {
			has_country_flag = TFX_HALLOWEEN_return_of_the_reich_se_flag
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}	
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = TFX_HALLOWEEN_return_of_the_reich_se_flag
			}
		}
	}
	TFX_HALLOWEEN_endsieg_super_event = {
		context_type = player_context
		window_name = "TFX_HALLOWEEN_endsieg_super_event"
		visible = {
			has_country_flag = TFX_HALLOWEEN_endsieg_se_flag
			NOT = {
				has_global_flag = super_events_off_flag
			}
		}	
		effects = {
			Super_Event_Close_click = {
				clr_country_flag = TFX_HALLOWEEN_endsieg_se_flag
			}
		}
	}
}