Usercontrol error

Hey! We are having another issue with our program. It says there is an error in…


task autonomous()

(specifically )
X    **Error**: Task 'usercontrol' is not defined in global scope level 

You probably accidently put brackets around your usercontrol task. When you define usercontrol (“task usercontrol() {…”, it can’t be inside another function or task.