remix the project, and have the editor open in two tabs, use the encode string block in one tab to encode letters into numbers and both tabs will automatically decode it. only letters and spaces supported, all letters will be uppercase. this can be customized by adding things to the lettermap list. each letter is separated by zero, which is why 31 (i, 10th letter) and 32 (s, 20th letter) are reserved
made it myself, why the hell does scratch have no for loops