View Single Post
  #2  
Old 02-15-2003, 02:33 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

Here is the format for the grid table:

id = integer that is the grid number.
type = integer that is the type of grid (random/patrol, just like the command's #)
type2 = pause type (just like the command's #)
wp1...wp50 = text

the wp1...wp50 store each waypoint. They go in an easy format

xposition yposition zposition pause

The 3 positions are floats. pause is an integer.
They have a space between them.

example:
100.93 218.31 -103.20 25

That would be:
x=100.93
y=218.31
z= -103.20
pause = 25

Hope that helps.
Reply With Quote