How it Works: The List Check block is used to check the list. I had the idea to make this since I was making a project, and I needed to make sure nobody entered the same thing twice. The Block uses the "i" Variable to give the numbers something to run through. Using the "i" Variable, (starting at 0) It adds 1, then checks to see if the First of the list is equal to the answer put in. If so, stop Script so that the answer is not put in. If not, then it starts back up again, adds 1 so it equals two, then checks to see if item 2 is equal to the answer put in. This goes on until "i" is equal to the length of the list. What else it can be used for: For this, you can use your imagination! But here are a few other ideas: 1: Use it to Take Votes 2: How many of a word or letter is in a sentence 3: Consistency in Numbers, Letters, Ideas 4. Check to see if there is a new High Score (Note - In the lists section there is a block that is similar and much easier to use, Just so you know :) This is just a good programming practice for me, and can be used to make something individual)
Made by me with advice from my dad :D (BTW - I used this in my Idea Collaboration v.1 Project) If you want to use it or edit it for you projects, feel free to! Plz give credit, and tell me what you used it for so I can fav it! :D