View Single Post
  #2  
Old 02-12-2010, 01:10 AM
Engine Engine is offline
Registered User
Join Date: Jan 2010
Posts: 70
Engine is on a distinguished road
i'm fairly sure it's
PHP Code:
new GuiButtonCtrl("ClassSelect_main"){
//blahblah
    
new GuiButtonCtrl("ClassSelect_Button3") {
      
profile GuiBlueButtonProfile;
      
text "Swordsman";
      
width 80;
      
10;
      
200;
    }
}
function 
ClassSelect_Button3.onAction() {
ClassSelect_main.destroy();

Reply With Quote