Yeah I've tried those parameters with FollowCharacter. The zombie seems to walk to the players original position and went it gets to that position then it picks the players current position to go to and just continues this. I can't seem to get it to "truely" chase after the player. It just follows the positions that the player was at when it reaches a position.
I created some code under "function repeatedly_execute()" that would constantly tell the zombie to move toward the players current location and that works great in the room. Though once I leave the room it doesn't work as theplayer is no longer in the same room. I suppose I can have it setup to use my script while in the room then right before the player leaves the room I can trigger the followcharacter so they it'll follow into the next room. Once the zombie is in the next room I can retrigger my follow script. Though I was hoping for an easier solution.
I created some code under "function repeatedly_execute()" that would constantly tell the zombie to move toward the players current location and that works great in the room. Though once I leave the room it doesn't work as theplayer is no longer in the same room. I suppose I can have it setup to use my script while in the room then right before the player leaves the room I can trigger the followcharacter so they it'll follow into the next room. Once the zombie is in the next room I can retrigger my follow script. Though I was hoping for an easier solution.