I'm wondering if there is a way to setup a simple textbox with a scroll bar. So that the player could use the bar to scroll the content of the textbox up or down. Like a standard web browser window.
What I'm trying to accomplish is a simple chat application. So you would see the message chain, but as of now I can only figure out how to display the several most recent messages. Which is fine, but I'd also like them to be able to scroll back to see the rest of the messages.
Thank you