View Single Post
  #6  
Old 03-19-2012, 01:07 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
Create the custom profile you want then use 'profile = YourProfileName;' Here's an example;

PHP Code:
new GuiControlProfile"myProfile")
{
  
  
bitmap "myImage.png";
  
// ETC


then

PHP Code:
new GuiControl"myControl")
{

  
profile "myProfile";
  
// ETC


__________________
Deep into the Darkness peering...
Reply With Quote