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

	is_shown = {
		trigger_if = {
			limit = { has_global_variable = CTFA_is_loaded }
			scope:TITLE = {
				CTFA_is_vanity_title = no
			}
		}
	}
	# supress error
	effect = {
		set_global_variable = CTFA_is_loaded
		set_global_variable = SNAT_is_loaded
		set_global_variable = historical_figure_mod_version
	}
}

HIFI_scripted_gui_01 = { # *HIFI
	scope = character

	is_shown = {
		has_global_variable = historical_figure_mod_version
		has_trait_with_flag = historical_figure_famous
	}
}
