Thread: gui style
View Single Post
  #4  
Old 01-10-2010, 12:24 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Liberated View Post
well i already knew i could do
profile = "ProfileName";

i was more referring to the creation of my own theme, and how i should save it/create it, to be able to use it as gui theme,

i wasn't sure if i should post it here, or in graphics, but i thought this forum was more appropriate.
You shouldn't be doing profile = "" since the profile is actually an object. I.e. profile = GuiBlueButtonProfile; works.

Anyhoo, as I previously stated, you can edit the profile object to change GuiStyles. Drop a getvarnames() on a profile object and see what you get. You can also view the current profile images by going to graalrootfolder/levels3d/gui/ and having a look in there.
Reply With Quote