Moderators, please delete this.. Turns out I am using AGS 2.72 and have a limit on the label length in my GUIs :(
-Bill
I just did some testing, and apparently it is because I am displaying it into a Label in a GUI. I guess the Labels have limits on length??
I could not find anything by searching the forums or by reading the manual.
Thanks,
Bill
I'm guessing that Label.Text has a maximum length of 200, just like a String.
What you could try is use more than one label and use GetTextHeight to determine the y coordinate of the second and third label.