614 quickprayers making bottom option open interface and not first option
package dragonkk.rs2rsps.scripts.interfaces;
import dragonkk.rs2rsps.model.player.Player;
import dragonkk.rs2rsps.scripts.interfaceScript;
public class i749 extends interfaceScript {
@Override
public void actionButton(Player p, int packetId, int buttonId, int buttonId2, int buttonId3) {
switch(buttonId) {
case 0:
case 1://dunno
p.getPrayer().switchQuickPrayers();
case 2:
p.getPrayer().switchSettingQuickPrayer();
break;
}
}
}
ok
im trying to make quickprayers working i got it to work but when i click the first option turn quick prayers on it turns them on but also shows the quickprayer interface how would i make the 2nd option show the interface and not the first option 614 tried everything