I'm reprogramming a game's mechanics and need help changing the enemy (zombies) target. In the original game, the enemies follow the mouse cursor. I made a few changes so that the mouse is no longer an object but is now used to aim. The biggest problem I'm facing so far though is that the zombies don't aim for the player but rather still aim for the mouse. I know it has to do with the co-ordinates but I don't know how to get the players current location. Sorry for the bother, I am new to this.


