﻿CTFA_scripted_gui_01 = { # *CTFA
	scope = title
	saved_scopes = { TITLE }

	is_shown = {
		trigger_if = {
			limit = { exists = global_var:CTFA_is_loaded }
			scope:TITLE = {
				CTFA_is_vanity_title = no
			}
		}
	}
}

HIFI_scripted_gui_01 = { # *HIFI
	scope = character

	is_shown = {
		exists = global_var:historical_figure_mod_version
		has_trait_with_flag = historical_figure_famous
	}
}
