I look on the AI script code and have question (do not be angry if I'm wrong again):
What about procedure:
Ship:SetThrottleRatio = 0.9*(1-Ship:GetDamage)
Ship:WaitAction(1)
Ship:SetThrottleRatio = 0.8*(1-Ship:GetDamage)
Ship:WaitAction(1)
...
__________________

|