I was afraid of this. I thought maybe I could load a bitmap off screen, set it to print on that, then make the sprite with the text already on it...but that either doesn't work or I did something wrong. Another way that I might try is make an image with all the letters and symbols that I'll use and have an array that has coodinates to the area of the bitmap that contains the letter, then just make the words out of aligned sprites, but that might take a while and possibly not work.
I just need some way to make a message window.