﻿action_knight_service = {
	type = alert

	check_create_action = {
		if = {
			limit = {
				is_in_army = yes
				is_independent_ruler = no
			}
			
				try_create_important_action = {
					important_action_type = action_knight_service
					actor = root
					recipient = liege
				}
			
		}
	}

	effect = {
	scope:actor = {		    
				pan_camera_to_province = knight_army.location
				
			}
		}
	
}

