Quote:
Originally Posted by Stefan
You can (/scripthelp GuiTextListEntry) :
PHP Code:
with (addrow(0, "Test")) {
useownprofile = true;
profile.fontcolor = {255,0,0};
}
|
My stupidity in throughout this thread is more notable then ever.
I was trying:
PHP Code:
addrow(0, "Foobar");
rows[0].profile = "foobarprofile";
... and that didn't work.