View Single Post
Old 05-14-07, 11:07 AM   #44
tater
Navy Seal
 
Join Date: Mar 2007
Location: New Mexico, USA
Posts: 9,023
Downloads: 8
Uploads: 2
Default

OK, I'm semi-clueless here.

I have a mission to test. I have it set under Input.

Under Group conditions I have:

i = group.waypoints.iterator ()
for waypoint in i:
# 400 * 1852 is 400 NM in meters.
if waypoint.length > 400*1852:
zigZagToWaypoint(waypoint,i,20,4.5)

It gives a syntax error (I just copied the example in the readme and altered the numbers a little).
tater is offline   Reply With Quote