quote:
Originally posted by keep the faith
but.. how do i get to .. change the whole color of messenger to make it black for example.. instead of the light blue color all over the windows of messenger?
Add in this code in the <Options> tags up the top:
xml code:
<Messenger>
<ResetUserColor>
<R>0</R> <!-- RGB value of the colour you would like -->
<G>0</G>
<B>0</B>
</ResetUserColor>
</Messenger>
EDIT: you can also reset the scene if you want, just add <ResetUserScenes/> under the </ResetUserColor> tag.