Need Help With Character Walking!

I’m having trouble setting this to walk!
I made the animation but can’t find a way to make it play in the game engine!

can someone enlightme a bit?
what i’m doing wrong! ._.

here’s the model

http://www.filedropper.com/chibiwalkcycle

The rig of the object is controlled by a script in bpy, (regular blender) not bge (Blender game) so many of the functions of the rig only work because they are scripted in regular blender code.

I’d also recommend getting a lower poly count object to use as a game character, and not with so many bones.

first of all, nice charachter.

Ok animations wont work due 2 the armature modifier, hit the charachter mesh and put the armature modifier at the top, you see see gets into an other pose.

like above said, you using bpy in your script, that’s not gonna work in the bge. you need to convert it.

last, you can simply place an action actuator on the armature defining the action you like to play.
or use .playAction() in python.