Vexcode text 1.0 4 motor drivetrain config

You are correct, the DriveTrain option under Robot Configuration currently only allows for two motor drives. Similar to this thread on the VEXCode v5 Blocks side of the world:

For teams that are starting out from scratch, they can start with the included examples like:

image

Then open the Tank Drive or Arcade examples:

image

Then adjust the Robot Configuration to include the two additional drive motors:

Now adjust the code in main.cpp accordingly to include the new motors. This is where the student can learn how to write the code and add the correct motors in the right way:

image