How can I make an Enemy in a 3D Game?

Hello,
I want to make a 3D game.
It is tile based and I use this code:
http://codea.io/talk/discussion/2170/example-of-3d-tile-based-engine-to-use-for-zelda-like-games

My problem is that I don’t know how to make an enemy.
I tried to make a class like the one for the hero, but the 3D model isn’t drawn.
So I would like to know, how such a class could work.
I hope someone can help me.
Thanks.

First, you need to make a 3D model in a program like Blender

Second, you need to import it into Codea

Third, you need to animate it in Codea

It is very, very, very difficult. Unless you are an excellent programmer, I would try something much simpler.

Thanks :slight_smile:
Well, I know that it is difficult.

I know that I have to create 3D models in Blender, but this is not my problem.
I made an enemy class like the hero class (link in my other post) but I can’t get it to draw.
So I wanted to know how to do.
But I think I have an idea now how to do.
I’ll write again, if it doesn’t work.