for target in @target_battlers
if $data_animations[@animation2_id].position == 3
target.animation_id = @animation2_id
break#中断循环
end
end