Hello,
By default if you try and save your game in standalone, any ai walking on a waypoint NEXT to you will stop walking, so if you load your game, they will not follow the waypoints.
I thought this would be an easy fix, just put g_ on all the ai's variables and call it a day. That did not work. Edit: Might try g_ on the commends to
I could just not use waypoints, that will work. But for what i'm doing, I need to use waypoints to move ai, and can't have them walk random paths.
If I can't find a fix, I was thinking about trying to use placed objects for the paths, but really just wanted to find a fix for this. Did not want to have to make my own waypoints -_-