Quote:
Originally Posted by AGPapa
I've implemented something like that. I have an "if" command that continues autonomous from two different script files based on the result of some function. The first parameter of "if" is the name of the function to check. The next parameters are the name of the script file to run if true and then the name of the script file to run if false.
|
Excellent. That's exactly what I was wondering about.