Can't compile code for some reason (Something in the for loop)
quarkz
Posts: 4
IF returnIni < 3 THEN ' returns for 3 turns and 3 fwrd paths
returnIni = returnIni + 1 'counter for foward and turns
RETURN
ELSEIF returnIni = 3 THEN
ENDIF
END
Even though returnIni =3 it still loops for some reason. What am i doing wrong?
returnIni = returnIni + 1 'counter for foward and turns
RETURN
ELSEIF returnIni = 3 THEN
ENDIF
END
Even though returnIni =3 it still loops for some reason. What am i doing wrong?
Comments