I was wondering if there was a way to display two text windows, one in the upper left corner and one in the lower right corner for example, at the same time. One thing I thought of was just designing special GUIs-- any ideas better than this?
Just create an ordinary GUI and drag a rectangular text label on it, you can use SetLabelText() to change the text.