﻿PoW_can_be_commander_now_trigger = {
	trigger_if = {
		limit  = { is_travelling = yes }
		save_temporary_scope_as = PoV
		current_travel_plan = {
			has_variable = PoW_gather_commanders
			current_location = {
				any_army_in_location = {
					OR = {
						army_owner = scope:PoV
						army_owner = scope:PoV.liege_or_court_owner
					}
				}
			}
		}
	}
	trigger_else = { always = yes }
}

PoW_can_be_knight_trigger = {
	is_commanding_army = no
}