i'm fairly sure it's
PHP Code:
new GuiButtonCtrl("ClassSelect_main"){
//blahblah
new GuiButtonCtrl("ClassSelect_Button3") {
profile = GuiBlueButtonProfile;
text = "Swordsman";
width = 80;
x = 10;
y = 200;
}
}
function ClassSelect_Button3.onAction() {
ClassSelect_main.destroy();
}