﻿macro = {
	description = "Kei - Culture and Faith Granularity"
	definition = "kei_Compat_IsModLoaded_kCAFG"
	replace_with = "GetVariableSystem.Exists('kCAFG_is_loaded_GUI')"
}

macro = {
	description = "Holding Manager"
	definition = "kei_Compat_IsModLoaded_Holding_Manager"
	replace_with = "GetGlobalVariable('hm_is_loaded').IsSet"
}

macro = {
	description = "Princes of Darkness"
	definition = "kei_Compat_IsModLoaded_PrincesOfDarkness"
	replace_with = "GetGlobalVariable('variable_POD_world_county_faith_initialization').IsSet"
}

macro = {
	description = "A Game of Thrones"
	definition = "kei_Compat_IsModLoaded_AGOT"
	replace_with = "GetGlobalVariable('AGOT_is_loaded').IsSet"
}