Hey, I fixed @griffpatch's remix of @theChAOTiC pen text engine! Whew, that's a long one. The problem why @griffpatch's remix didn't work was the "_c" (character variable) didn't get the letter index of the text parameter in the "write (txt) at (x)(y)" function (block). Once it did, I realized that it was looking for bits (0 and 1s) and not the letter. So, I had to do ALOT of "if thens" for every character variable. This could've been avoided by using array(list), instead of variables or if Scratch had an option where you can put a variable in the dropdown menu inside of the variable block {example: set [(_c)ꜜ] to (character data)}. Anyways, that is how I fixed @griffpatch's remix. Credit goes to @griffpatch_tutor and @theChAOTic for their projects.