-- Notes -- - No, I'm clearly not dead - Simple case checker you can use (credit not required because of the similarity to everyone else's, but you can add it if you want lol) - If you have any questions, ask me in the comments :D -- How it Works -- - Because Scratch is not case sensitive this is required for text engines, games, etc. - It takes the 1st letter of the input (to fix bugs) and runs it through a list of all 26 letters and replaces the corresponding list item with that letter (this changes whether it's upper or lower case) and attempts to switch to a costume with a name of the alphabet in CAPS. If it can, then it is uppercase, if not, you inputted a lowercase letter making the output be, for example ABcDEF... and it can't switch costumes. Thank you for coming to my TED talk lol. -- Credits -- - @Wes64 's test account - @Wes64test for the original inspiration - ( https://scratch.mit.edu/projects/46536632/ ). I just made my own version with less code