This isnt necessarily a problem with the GUI rows, but it is with the same GUI. I have this:
PHP Code:
new GuiScrollCtrl("Stan_Window_Scroll") {
profile = "GuiBlueScrollProfile";
Stan_Window_Scroll.profile.fontcolor = {0,0,0};
extent = "300 250";
x = Stan_Window.width - 2;
y = Stan_Window.height - 1;
visible = true;
hscrollbar = "alwaysOff";
vscrollbar = "dynamic";
}
also tried just
PHP Code:
profile.fontcolor = {0,0,0};
but it didnt work either, did the same thing.
but it changes the font color on pm's and everything. How do you get it to just change this GUI window and thats it?