﻿macro = {
	description = "show normal council for player?"
	definition = "AGOT_ShowNormalCouncil"
	replace_with = "Not(IsNWAdventurer(GetPlayer))"
}
macro = {
	description = "show councillor_spouse in GUI?"
	definition = "AGOT_ShowSpouseCouncillor"
	replace_with = "Or(And(CouncilWindow.IsLiegeCouncilShown, GetScriptedGui('agot_spouse_position_valid').IsShown(GuiScope.SetRoot(GetPlayer.GetLiege.MakeScope).End)), GetScriptedGui('agot_spouse_position_valid').IsShown(GuiScope.SetRoot(GetPlayer.MakeScope).End)))"
}
