- Joined
- Mar 15, 2012
- Messages
- 2,885
It seems to be around 4000 then afterwards you'll freeze then crash usually.
[trigger=]
Untitled Trigger 001
Events
Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
Conditions
Actions
Game - Display to (All players) for 30.00 seconds the text: ((String((Length of (Entered chat string)))) + chars)
Set testmaxstring = (testmaxstring + (Entered chat string))
Game - Display to (All players) for 30.00 seconds the text: ((String((Length of testmaxstring))) + chars)
[/trigger]
Though I am unsure of the max in-editor, thinking it is around 256.
[trigger=]
Untitled Trigger 001
Events
Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
Conditions
Actions
Game - Display to (All players) for 30.00 seconds the text: ((String((Length of (Entered chat string)))) + chars)
Set testmaxstring = (testmaxstring + (Entered chat string))
Game - Display to (All players) for 30.00 seconds the text: ((String((Length of testmaxstring))) + chars)
[/trigger]
Though I am unsure of the max in-editor, thinking it is around 256.