I’m very experienced in VB, but not so much with python. I get the basics of python code, but I want to expand my knowledge into the object oriented part of programming. Here, I’ve made a simple character with some basic actions(run, jump, walk, idle, jump, ect.)
I’ve animated him, and made them work in the GE with different keys using logic bricks. I want to make a small village with these guys in it, all of them walking around, milling around, and randomly selecting different paths to go around, with different actions. So, a simple village scene, with these guys either idling or walking around (While avoiding eachother and other objects.) I also want to confine them in a certain radius around the town/village.
I only need to implement the Walking and Idle action for that stage. I will add the other ones later, but how should I go about programming this? I don’t want to use nodes (I’ve seen Mmph!'s Tutorial on AI without python).
So please give me some feedback on how I could do this, thanks!