I am making an RPG system similar to Elder Scrolls and Ultima, but I like the way UO always put information in a little text box so you can see what's been happening, re-read messages, see combat output, etc.
I understand how to make the Text object put new text in, but in order for it to input at the bottom, the keep focus on the bottom line, and keep scrolling up when you gain a skill etc, it requires a Java call from the browser object and requires the TextBox object. I don't like TextBox because I can't customize it with a transparent background or my own fonts etc.
Again I've seen a few examples, but nothing I am really looking for.
The best part about this is that it will ONLY output info, and you never input anything into the text area. This should make it easier to code for sure. If anyone has any info on this, please let me know.
Yes, I've checked the forums already and found many examples that are good but not for what I'm doing.
How it should work: Acrobatics has increased a point, and the text object should display "Acrobatics has gone up! It is now 2!" Then when sneak goes up, it should keep the previous text, and on a new line say "Sneak has gone up! It is now 13!" And so on, and so forth.