this is a simple jOptionPane
you can use it like this
boat = JOptionPane.showInputDialog("'A or B, null"); if(boat.equalsIgnoreCase("A")){
noob.interact("Attack");
}
if(boat.equalsIgnoreCase("b")){
lazyy.interact("Suck");
}
is this the correct way of using it
public void hop() throws Exception{ if(client.getCurrentWorld() != mostCommonKey){ this.worldHopper.hopWorld(mostCommonKey); } }
please help