View Single Post
Old 08-04-10, 07:47 AM   #353
PL_Andrev
Grey Wolf
 
Join Date: Feb 2009
Posts: 995
Downloads: 91
Uploads: 0
Default

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)
...
__________________

PL_Andrev is offline   Reply With Quote