I am trying to program a game and am having trouble with collision detection. I am trying to get the "monsters" to chase the "knight" when the knight gets close. I am using Panda3D to run the game. I have three classes, the Knights Quest, monster, and wasdCamera.
I am having trouble once the collision detection takes place. Panda recognizes the collision, and prints the monster number the knight is in collision with, but I don't know how to get the monster to actually chase the knight.
Then eventually I want the knight to be able to attack the monsters and make it to the end of the maze and find the holy grail!
It won't let me attach my .zip file... but I still need some help!!