Open tdauth opened 1 year ago
The entire system for showing game messages is lacking because there is not a scrolling history in the manner we come to expect. So, if two messages are sent to the screen, only the latest shows. Ideally it would be rewritten to fix this.
Play the beginning of the War Chasers map. The line breaks are not shown.
It should be in MeleeUI:
which calls StringFrame.setText and I think the text is then used in StringFrame.createInternalFrames which already handles |n and color codes, so I am not sure why it is not displayed properly. I am not sure how these singleStringFrame should work.