Theres a really easy way. You can make the NPCs walk around randomly, so you don't have to mess with that waypoint goo! :D  Script:  void main() { AssignCommand(OBJECT_SELF,ActionRandomWalk()) }   After you do that, compile it. Lets say you named it...  
[Read More]