=============Quality of Life Lists============= This is a collection of blocks for working with Scratch lists. It's not the best, but it does it's job and you don't have to code the methods yourself. The instructions are inside the project. Pressing the green flag does nothing. You can work with 2 types of arrays using this project. Scratch lists, which are not that flexible, but fast, and custom lists (currently not implemented, working on it) which are scratch variables, they are more similar to lists in Python. I just made this because it always annoyed me that there are lots of methods for working with lists in Python and there is not a lot of methods for that in Scratch.
If you want to use this (in all honesty, why would you want to use this, this thing is awful), just credit me please.