I'm using the object AAAMGEyeBarrierSmall as a shield around something, and at some point I need it to go away. Now, if I preview it it has several animations under Gamebryo. I need it to play one of them (The one where it turns off) at a certain time. I tried PlayAnimation but it doesn't do anything. I'm assuming that's only for the havok animations? (Which most objects have?)
Is there a way to play the animation or am I missing something? I simply say BarrierRef.PlayAnimation("AnimTrans01") but it doesn't do a thing.