functions: move(steps) turnleft(amount) turnright(amount) say(text) think(text) rainbow(times) wait(seconds) gotox(x) gotoy(y) goto(x, y) glideto(x, y) Made by @JayDaMan53 example: line 1: goto(0, 0) line 2: move(25) line 3: turnleft(25) line 4: move(50) line 5: say(weeee!) update log: 10/9/2022: release! 10/10/2022: added the think function 10/17/2022: bugfix and added ?/?/2022: Idea update!