Hello Vex forum dudes and dudettes I am an alumni for vex team 2451A and as an alumni I have been acting as a mentor for the new kids on the middle school team one of the adult mentors has assigned to me the task of coding a holonomic X-drive for the team. The reason he is teaching me to code and not the members of the team is becuase he wants me to learn to code but then also so I can teach the members of the team myself, but I have run into a few problems because this is the first time I have ever programmed a robot in my life. The .jpg is what I have so far it is showing the formula for how much power the motors get when in between straight and at a 45 degree angle [(y-.5)/.003937] which is the y value on the controller telling the motor what speed between 127 and zero to go to and i have slight variations to the same expression for when the y value is between 1 and .5, .5 and 0, 0 and -.5, -.5 and -1, and the same for positive or negative x values but my question is when I have x is greater than or equal to zero I run the code where x is greater than or equal to zero but when I have it run when x is less than zero I have to same code for both side so my question is how do i differentiate between sides?