The download hangar is currently disabled. We're doing our best to bring it back as soon as possible.

AI Heli animation...

Discussion, tutorials,hints and tips relating to designing military ai aircraft.
Post Reply
User avatar
Weescotty
MAIW Developer
MAIW Developer
Posts: 2770
Joined: 11 Aug 2006, 22:15
Version: FS9
Location: Sydney

AI Heli animation...

Post by Weescotty »

Just realised there is an error is my basic, basic code, the last tag is incorrect.
NOTE last tag is now the correct </part> and not the wrong <part> tag, it makes a difference!

The full fixed basic code is....

<part>
<name>PARENT_POLY</name>
<animation>
<parameter>
<code>
(A:LIGHT STROBE,bool)
if{ 100 } els{ 0 }
</code>
<lag>60</lag>
</parameter>
</animation>
</part>
Post Reply