Toggle button wont show on interface
I'm Making a new banking interface just started, everything is fine apart from the toggle button.
Base: Project Insanity
Code:
public static final void bank(RSFont[] tda) {
RSInterface rsi = addTabInterface(5900);
addSprite(5901, 0, "Interfaces/Bank/BANK");
addHoverButton(5902, "Interfaces/Bank/CLOSE", 0, 16, 16, "Close", -1, 5903, 1);
addHoveredButton(5903, "Interfaces/Bank/CLOSE", 1, 16, 16, 5904);
addToggleButton(500, 500, 172, 35, 25, "Note Items", 5905);
rsi.totalChildren(4, 4, 4);
rsi.child(0, 5901, 12, 20);
rsi.child(1, 5902, 462, 50);
rsi.child(2, 5903, 462, 48);
rsi.child(3, 5905, 202, 192);
}
Pictures:[Only registered and activated users can see links. Click Here To Register...]