using agk. im loading an object with children because it has animations. my character has only 1 animation named "run" when i use get animation name it returns global no matter how i export it or in what format.
so this is a weird issue. my second problem is only.x seems to work correctly when loading a model. all other formats seem to explode or fail to load completely. the .x that loads correctly plays a weird slow motion broken partial animation only 1 time when it is set to loop and im at a total loss or how to fix this.
LoadObjectWithChildren(2,"ar.x")
setobjectposition(2,0,2,8)
SetObjectScalePermanent(2,1,1,1)
RotateCameraGlobalX(1,40)
do
PlayObjectAnimation(2,GetObjectAnimationName(2,1),1,22,1,1)
name$=GetObjectAnimationName(2,1)
print (name$)
loop
is 3d character animation a supported feature of agk atm? search on forums for playobjectanimation only gives 1 result and i know im not the first person to try to put a character into a game from blender.
A child's dream never dies.