View Single Post
  #4  
Old 08-03-2011, 11:41 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by cbk1994 View Post
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.
Reply With Quote