For those of use without an editor with line numbers, (i.e. notepad), which lines are those? Is it:
foreach i in tower_items(true) {
if (item_amount(i) == 0)
return false;
}
I've updated BCA and I'm using the latest edition of KoLMafia. Not sure what is going on, but I get the above error message when I try to use BCA. I'm at the point of doing the palindome, I believe.