Hello, I have been programming on the old version of text coding, for MS VRC but I’ve switched to visual studio and am struggling to understand some of the areas. I remember from the old code that there was a pre autonomous section and a skills auton section but when I get on visual studio all I see is an autonomous section. Is that used for pre- auton and you have to make a separate code for skills auton? (I am using competition template and python because I’m saving C++ for 8th grade)
just put the pre-auton code before the automatically placed functions at the end.