01.09.2015, 14:13
You can try applying a walking animation after setting the angle to match the player though I heard someone say actor's won't move even if the ApplyActorAnimation lock parameter is disabled. You can try it, though I can't say for sure it will work.
Though, you can try to use SetPlayerPos(which will probably look choppy) if the above solution doesn't work, setting small intervals at a time. Such as gradually increasing their X or Y position using a timer updating every few seconds.
Though, you can try to use SetPlayerPos(which will probably look choppy) if the above solution doesn't work, setting small intervals at a time. Such as gradually increasing their X or Y position using a timer updating every few seconds.