|
Post by Streamstrider on Nov 13, 2011 0:33:37 GMT -8
Essentially, like how yours doesn't change color. It's just white. XD
Out of curiosity, is it possible to have multiple color designations for different usernames/groups? (Not really asking for it, but I really am curious.)
|
|
|
Post by Wormopolis on Nov 13, 2011 10:52:29 GMT -8
well you can force just one color by replacing this
var randomstring = ''; for (var i=0; i<string_length; i++) { var rnum = Math.floor(Math.random() * chars.length); randomstring += chars.substring(rnum,rnum+1); }
with this
var randomstring = 'FF0000';
|
|
|
Post by Streamstrider on Nov 13, 2011 23:35:40 GMT -8
Thank you, Wormo!
|
|