We are having problems with are Callouts we keep getting error messaged on a certain program we just started and need some help? Please and thanks
if(Controller1.ButtonA.pressed()){
You are looking for .pressing();
Pressed() works a bit differently and requires a function parameter
1 Like