| 
				 NPC wont pause in waypoints 
 Title says it all.  I go about creating a grid as:
 
 #grid add 1001 0 1
 
 
 then add in a few way points with:
 
 
 #wp add 1001 10 0
 through
 #wp add 1001 10 10
 
 
 I then pick a spawn and type:
 #gassign 1001
 
 
 Then:
 
 #repop ...
 
 
 
 Now the thing is the NPC *does* follow the waypoints but just doesn't feel the need to stop for 10 seconds ( I even typed 10000 in case it was in milliseconds) and still no stopping ... any help?
 |