Did I start this right? At this point I'm trying to teach myself as much as possible and have noone to help me understand.
NPC Code:
function onCreated(){
drawgui();
}
function drawgui(){
LoginWindow.destroy;
new GuiBackgroundCtrl ("LoginWindow");
}
new GuiBitmapButtonCtrl (GuiControl);
mouseoverbitmap -
normalbitmap - string
pressedbitmap - string
text - string
setbitmap (str, int)
}