Emphasoft,
The object will animate. Unfortunately, there are some strange things going on with it. It is not working as it should. I've seen a couple of problems now with people having similar issues when exporting from some other software. There must be something that I am missing. Please be patient. I'll try to work out what is going on and release an update as soon as possible.
sync on
sync rate 0
autocam off
load object "main.x",1
position camera 5,5,-10
point camera 0,5,0
`set object speed 1,1
`loop object 1
EnAn_objExtractAnimation 1,"Test.anim",0,-1
AnimID = EnAn_AnimLoad("Test.anim")
OACid = EnAn_oacCreate(1)
EnAn_oacPlayAnim OACid, 1, AnimID, 0, 0, -1, 1, 0
time = timer()
do
eltime = timer() - time
time = timer()
EnAn_oacUpdate OACid, eltime
sync
loop
a.k.a WOLF!