Created new font and a text engine that supports capital letters, numbers, and a lot of symbols. Supported Characters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890.,"!?@#$%^&*()_-+=/\[]<>: Don't like the slow text? 1. Right click the purple custom block. 2. Go to edit > options > run without screen refresh Checking the box will make the text appear instantly. Leaving the box unchecked will make the text appear slowly. You choose! Scripts should be pretty self-explanatory, feel free to use with credit! For the say block... *text is what you want to say *x is the x coordinate for it to start at *y is the y coordinate for it to start at *x2 is the x coordinate the text must reach for it to start a newline *size is the size of the text you want. If you want for your project to pause and wait for the text to write, use say... and wait. If you want it to not interrupt your project, use the regular say block.
I modified Lotsosheeps' wonderful font and text engine to allow for more features that could be helpful for anyone who would want to make their own project using this text engine. I added automatic newlines and the ability to have multiple bits of text being written at the same time.