Hello! I am trying to loop through an array of different things that will happen at certain animation_positions of my animation player, but the problem seems to be that the loop is instantly looping through my entire array before getting to that animation position.
How can I tell that for HTB in Array loop to only go to the next element if the current_animation_position >= value?