Making the arrow a bit longer?Solved
Is there a way to make the draw arrorw a bit longer
player.SendConsoleCommand("ddraw.arrow", invokeTime + flickerDelay, Color.red, target.eyes.position + new Vector3(0f, 0.115f, 0f), hit.point, 0.15f);

You can search and modify this to your liking.
Locked automatically