Bale
Minion
Just thought I'd throw this out there. Use it if you like, or find your own path.
PHP:
case $location[Bat Hole Entryway]:
case $location[Guano Junction]:
case $location[Batrat and Ratbat Burrow]:
case $location[Beanbat Chamber]:
case $location[Boss Bat Lair]:
switch(get_property("questL04Bat")) {
case "step3":
if(where == $location[Boss Bat Lair])
return true;
case "finished":
case "step4":
case "step2":
if(where == $location[Beanbat Chamber])
return primecheck(13);
case "step1":
if($location[Batrat and Ratbat Burrow])
return primecheck(13);
case "started":
if(where == $location[Guano Junction])
return (primecheck(13) && resist($element[stench],prep));
if(where = $location[Bat Hole Entryway])
return primecheck(13);
}
return false;