Guest User

Untitled

a guest
Jan 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. String gameData;
  2. gameData = DriverStation.getInstance().getGameSpecificMessage();
  3.  
  4. if(gameData.charAt(0) == 'L') {
  5. //Put left auto code here
  6. } else {
  7. //Put right auto code here
  8. }
Add Comment
Please, Sign In to add comment