// Radial menu setup, REQUIRES leader & subordinate subkeys.

"RadialMenu"
{
	"leader"
	{
		"center"
		{
			"token"		"#radial_mark_position"
			"command"	"waypoint"
			
			// Alternate values if we're targeting enemy
			"enemy"
			{
				"token"		"#radial_mark_enemy"
				"command"	"mark_enemy"
			}
			
			// Alternate values if we're targeting an objective
			"objective"
			{
				"token"		"#radial_mark_objective"
				"command"	"mark_objective"
			}
		}
		"left1"
		{
			"token"		"#radial_waypoint"
			"command"	"waypoint"
		}
		"left2"
		{
			"token"		"#radial_suppress_target"
			"command"	"suppress"
		}
		"left3"
		{
			"token"		"#radial_follow_me"
			"command"	"follow_me"
		}
		"left4"
		{
			"token"		"#radial_cover_me"
			"command"	"cover_me"
		}
		"left5"
		{
			"token"		"#radial_need_backup"
			"command"	"need_backup"
		}
		"right1"
		{
			"token"		"#radial_area_clear"
			"command"	"area_clear"
		}
		"right2"
		{
			"token"		"#radial_spread_out"
			"command"	"spread_out"
		}
		"right3"
		{
			"token"		"#radial_request_grenade"
			"command"	"request_grenade"
		}
		"right4"
		{
			"token"		"#radial_request_smoke"
			"command"	"request_smoke"
		}
		"right5"
		{
			"token"		"#radial_request_ordinance"
			"command"	"request_ordinance"
		}
	}
	"subordinate"
	{
		"center"
		{
			// Alternate values if we're targeting enemy
			"enemy"
			{
				"token"		"#radial_mark_enemy"
				"command"	"mark_enemy"
			}
			
			// Alternate values if we're targeting an objective
			"objective"
			{
				"token"		"#radial_moving_to_objective"
				"command"	"mark_objective"
			}
		}
		"left1"
		{
			"token"		"#radial_moving"
			"command"	"waypoint"
		}
		"left2"
		{
			"token"		"#radial_suppressing_target"
			"command"	"suppress"
		}
		"left3"
		{
			"token"		"#radial_request_orders"
			"command"	"request_orders"
		}
		"left4"
		{
			"token"		"#radial_cover_me"
			"command"	"cover_me"
		}
		"left5"
		{
			"token"		"#radial_need_backup"
			"command"	"need_backup"
		}
		"right1"
		{
			"token"		"#radial_area_clear"
			"command"	"area_clear"
		}
		"right2"
		{
			"token"		"#radial_covering_fire"
			"command"	"covering_fire"
		}
		"right3"
		{
			"token"		"#radial_request_grenade"
			"command"	"request_grenade"
		}
		"right4"
		{
			"token"		"#radial_request_smoke"
			"command"	"request_smoke"
		}
		"right5"
		{
			"token"		"#radial_request_ordinance"
			"command"	"request_ordinance"
		}
	}
}
