goto command in waypoints
Posted: Sat Apr 27, 2013 2:42 am
Hello,
is it possible to use a "goto line xy" command to jump between lines in the same .xml?
example:
or better like the goto like in c++ 
is it possible to use a "goto line xy" command to jump between lines in the same .xml?
example:
Code: Select all
(line 1 )
waypoint 1
waypoint 2
waypoint 3
jump to line 3
(line 2 )
doanything then jump to line 1 else line 3
(line 3 )
blabla
jump to line 1
