Not directly, but you could easily create a variable with a number
eg: "damage zone" and give it a value eg 5
then check at any point if the current frame of the animation player is at that target area
system player.current frame >= "player.damage zone"
then you can easily tweak that number later on.