Jump to content

gotolabel skipping waypoints


Eixim

Recommended Posts

gotolabel(...) appears to be skipping exactly 2 waypoints when it successfully switches. You will actually see it select the original waypoint, then ignore it and the following waypoint and then continue on.

 

 

Example 1:

start

1

2

3

4

gotolabel start

5

ect...

 

 

Example 2:

start

1

gotolabel start

2

ect...

 

In example 1 it will skip "start", "1" and begin at "2".

In example 2 it will skip "start", "1" and begin at gotolabel causing an infinite loop.

 

 

 

Edited by Eixim
Link to comment
Share on other sites

×
×
  • Create New...