Hi,
I have made an UEF factory and an animation for this one.
I want to run the animation before the factory starting to construct (unfolding the arms before building a unit) but it does not work.
I try to launch the animation like this:
Code:
AnimationBuild = '/mods/UnitPack/Units/UEF002/UEF002_Abuild.sca',
However i know that my animation file working good because i can run it with this:
Code:
AnimationFinishBuildLand = '/mods/UnitPack/Units/UEF002/UEF002_Abuild.sca',
So what's going wrong? That i want to do is only possible with a .sca file ?
Thank you!