So conditionalsleep better than static sleep?
if i change it to this code only, it would read the code under it if it returns false right?
and if true, it will keep looping the statement until i get to the bankArea?
but will it work like this then?
if (!getInventory().contains("Law rune")) {
getWalking().webWalk(bankArea);
}
if (bankArea.contains(myPOS)) {
getBank().open();
i wrote the code at night so i was a bit flumsy. I will change the return value...
EDIT: nvm i fixed it! thanks!