I have a chat system almost entirely functional–besides multiplayer functionality. My concept is singleplayer and leads the player using an antique-styled chat interface.
I’ve run into a problem. I have to call the size of the command line in order to tell how many characters it can hold before it truncates the start of the line so that you can continue writing. Well, when I store the size in a variable and recall it, it’s much bigger for some reason. I don’t believe I ran any tests on changing the size, although I will read what I have and see if there is something editing the size. In the meanwhile, because I believe that I did not do so, I’d like to put this out there to see if someone can solve my puzzle.