Is there a way to have a speech displayed at the bottom of the screen?
I don't want the text over the player's head but if I have to then I will keep it.
Are you speaking of:
Character.SayAt(int x, int y, int width, string message)
That's right! I forgot about that.
Thanks.