
05-24-2010, 08:15 AM
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by Stefan
MLTextCtrl only uses the profile when updating the text, and only parts of it (bold, italic are only done with b and I tags). The reason is that tags can change the text attributes. Just use reflow() to update it.
|
Cool. What about this?
Quote:
Originally Posted by cbk1994
PHP Code:
temp.i = 0;
for (i; i <= 1; i += 0.05) {
}
player.chat = i;
produces 1.000000119
|
|
|
|