I have a script that has an NPC lead you to another location, 2-ish cells away. It worked fine, except for the fact that the NPC tried to travel as the crow flies (I figured that's what would happen anyway.) I'm not entirely sure how to make them travel along a specific path, other than using a bunch of individual escort functions to waypoints, but surely there's a better way. I tried setting up a path grid (I don't have any idea if this is actually what that's used for, I was just trying things. I haven't been able to find any tutorials about this at all.), and now she doesn't do anything at all. One time she just walked around in circles and wouldn't move. There's not a HUGE amount of room in the area, but she should be able to get out. I don't think anything's close enough to block her, and I tried toggling collision and nothing changed.
Any idea what's wrong?