As I found in my previous reply, there seems to be a 63 char limit per text command. Now my question was, is there a Text command limit, or a character limit? or both?
So I made a script with text commands
Text("1")
Text("2")
Text("3")
Text("4")
Text("5")
Text("6")
Text("7")
Text("8")
Text("9")
Text("10") ....
Text("198")
Text("199")
Text("200")
all the way to 200 text lines (much more than my map WAC that is failing), and it printed every line just fine. So there doesn't seem to be an issue there.
Next I started testing for a character limit. So I set up about 70 text lines each containing 63 chars. See screenshots.
As you can see, it stopped at "65.A.B.C.D.E.F."
So it appears that the char limit for text is 4,047 characters.
Now I'll test if the Console text is included in this...
Edit: Yes, the console text is included in this 4047 character limit.
Last edited by Oscarmike247; 07-08-2024 at 10:07 PM.
|