Type in instructions: F100 = Forward 100 B50 = Backward 50 L90 = Left 90 degrees R45 = Right 45 degrees C = Clear Board (Don't move) E = Erase Board (Move) N10 = Set color to 10 S = Switch background U = Pen up D = Pen down
@LegoGenius sure writes some really good code! I think the multi-command single-line thing is working now Instead of searching/testing for a slash then having to look for it again with another search, I have it comb through the string just once and cut some off after each slash to add to the list (tell me if this didn't make sense)