List of available attributes:
http://wiki.graal.net/index.php/Crea...ControlProfile
Example:
PHP Code:
new GuiRandomCtrl("ASDF") {
profile = "MyProfile";
useOwnProfile = true;
profile.fontcolor = "255 0 0";
}
GUIs are actually one of the only things that are well documented on the Wiki, just read around a bit on there and look at all the different controls.