By: Knight30303
Difficulty: 0/10
Knowledge: Know how to copy and paste, and open files!
here you go guys, noobs who don't know how to do this, Even tho its the easiest thing ever, im only posting because nobody else has yet 
add this to Button.java:
Code:
case 387:
if(button == 51) //Equip Screen
p.frame.setInterface2(p, 548, 5, 667);
else if (button == 50) //Items kept on death
p.frame.setInterface2(p, 548, 5, 102);
break;
by adding this code you are saying that if you click button -51- then it will open up the interface 667 wich is the Player Equip menu, and in the same -case- if you click the button -50- then it opens up, Items kept on death, i hope this little info made it a tut? lol