public void AddSuperButton(int x, int y, int height, int width, int overlayID, int underID, int underIDpr, string text, GumpButtonType type, int replyID, int pageNum, Gump g) { g.AddImageTiledButton(x, y, underID, underIDpr, replyID, type, pageNum, 0, 0, width, height); //this.AddButton(x + 1, y+((height - 20) / 2), underID, underIDpr, replyID, type, pageNum); g.AddImageTiled(x, y, width, height, overlayID); g.AddLabel(x + 5, y + ((height - 18) / 2), Skin.NormalText, text); }