Basically a script interpreter. I'll add more commands soon Input Commands: gotoPos(x,y); - Go to X and Y say("msg"); - Say "msg" wait(1); - Wait 1 second move(10); - Move 10 pixels penDown; - Pen down penUp; - Pen up clearPen; - Clear pen turn(90); - Turn 90 degrees Other Commands: [spacebar] - Enter command [r] Key - Run script [x] Key - Move line [c] Key - Copy line [d] Key - Delete line [o] Key - Toggle Output list