Anyone know where I could find tutorials or have any tips on creating an advanced combat AI. I’m think of something along the lines of the zelda combat system where enemies block, jump back, run around, and use special abilities at a certain time. I’m not sure exactly the best way of going about doing this.
If you are just beginning to learn to program AI, the first thing you should do is Google “finite state machine” and start researching.