HTML Code:
with(Serverlist_TaskBar) {
new GuiButtonCtrl("Bravo_GPTool") {
useownprofile = true;
for (temp.i: Serverlist_TaskButton_Main.getvarnames()) {
if (temp.i != icon) (@ temp.i) = Serverlist_TaskButton_Main.(@ temp.i);
}
x = 500;
text = "GP Tools";
seticonsize(20, 20);
icon.clearall();
icon.drawimagestretched(0, 0, icon.width, icon.height, "login_icon_developer4.png", 0, 0, 32, 32);
width += 10;
thiso.catchevent(this, "onAction", "onDisplayFunctions");
}
}
Helped with by Dusty (adds a button to your graal taskbar)