This is a simpler version of my scratchscript 1.0 Variables newVar(name) -declare a variable var(name)=(number) -set the value of variable Var+(name)|(number) - adds to a variabler %MOUSEX%variable - sets it to mouseX console print"(message) - prints a string printv(variable) - prints a variable clear - clears console commands - @ wait(number) - waits the number repeat(numberoftimes)|(repeatlines) - repeats #ot for how many lines forever - repeats all after forever major commands - ^ ^C^ - clears code