Why don't you just set it to the value you want it to be? It's configurable as a Choice for the Bathroom.
I really like this script (and the fact that you maintain it so nicely). But why does it always pull all my bricks? I don't need those for my runs.
Since Ed only can smash his stone, not at the beginning of a run, but instead when he goes into the underworld, I'm missing out on a lot of PvP goodness. Is there a simple way to set something up so that my stone (or shrine, whatever) is smashed as soon as I enter the underworld?
void main() {
if(!hippy_stone_broken()) {
visit_url("place.php?whichplace=edunder&action=edunder_hippy");
run_choice(1);
}
}