Scratch library containing useful functions for use. Custom blocks for use: SaveVar - saves a variable using a key and a value. SetVar - accesses a variable using a key then sets it to a chosen value. ChangeVar - same, but changes the variable by an amount. CleanVars - cleans up all variables. DeleteVar - deletes a saved variable. Error - logs an error to the Console. Log - logs any text to the Console. Split - splits a string and returns the split string to the variable returnedStr Frame tracks the current frame. FPS tracks the frames per second.
In progress, made by me