|
Re: Backwards auton_mode
the code does what you asked it to...
if auton_mode = 1 then next15:
[ if autonomous mode is on then go to the label "next15" ]
pause 500
[ this code executes if you don't go to "next15" ]
next15:
[ this label executes if autonomous mode is on ]
if you're still confused, PM me...
*jeremy
__________________
GitHub - Collaborate on code, documentation, etc. - http://github.com
|