View Single Post
  #4  
Old 06-23-2006, 08:23 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Warcaptain
Also the format is not "r,g,b" its "R G B" ie:
NPC Code:

profile.fontcolor = "0 255 0";



that is the format for colors in GS2 GUI's... also I am not 100% sure but I know with GuiMLText you have to do somethign like <color:rrggbb> and everything after that is a certain color (cant do </color> btw)
Both work. You can also do profile.fontcolor = { R, G, B }; if you wanted to.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote