What I'm trying to do is get a group of monsters to walk in a straight line. There are no obstacles in the way (walls, water, models, etc). The issue I'm having is that the distance is out of sight from the start point. I'm currently using the monster controller script command (mobspawn) which is in a for loop and spawns 20 monsters. Inside the for loop the monsters are given the directive to walk to a way point (Which later lead to other way points which vary in 10-12 cells apart). I have these