|
That's my fault. RoboGUI outputs the following (it's not supposed to be this way):
if NOT (sensorN <<condition>> value) then then label
...
label
The problem comes from the two "then"s. If you output the code (File->Write Code...) and then delete the second one, it should work just fine.
I just fixed it in the master source and will be releasing the updated version as soon as I finish some other things with it.
|