Quote:
Originally Posted by cbk1994
The above example looks right except for one thing.
PHP Code:
Chat_Text.addtext(src @":" SPC txt);
should probably be
PHP Code:
Chat_Text.addtext("\n" @ src @":" SPC txt);
so that eat piece of chat is on its own line.
|
or <br> since htmltags are probably enabled by default for MLTextCtrls.
Probably want to append it to the end rather than the beginning so you don't create a blank line right away.