*SEE INSIDE* This project uses a list to create fully functioning create/delete variable blocks. Put the "Create Variable" sprite into your backpack to use it in your own projects, just make sure to credit me! How to use: set var ( ) to ( ) Creates a new variable with the value of (value), or if the variable name already exists, it will change the value of said variable. delete var ( ) Self-explanatory, just deletes a variable. If no variable of the inputted name exists, it will do nothing. Increase ( ) by ( ) Works just like the normal Increase variable block, but you have to type what variable you want to increase. (item ((item # of (join (var▹ ) ( ) ) in [variables]) + 1)) Returns a variable's value, just add the variable name in place of the empty space. **Make sure the variable exists!** Note: Do not start the value of any variable with "var▹ ", because that is being used to indicate a list item is a variable.