just trying to make an ai character move forward.
This isn’t a lot to go off of. I’m assuming you’re using behaviour trees and having it go through the task of moving to a location.
What you want to make sure is you’re ending your tasks’ BP’s with a “[Finish Execute][1]” node.
If this doesn’t help there might be a problem between the chair and keyboard.
Hope this helps, you really should at least screenshot your BP’s though.
Make sure you have a NavMesh in your world. If you are not using Behavior Tree then you can use AI Move To or Move To Location nodes to move the AI to your destination.