How to smash your Magical Mystical Hippy Stone?

JackDSanchez

New member
Is there a way to script the smashing of the magical mystical hippy stone? It's not a choice adventure and I can't seem to find a cli command or an Ash function to take care of it.
 

Bale

Minion
You'll need to use visit_url to fake it.

Code:
visit_url("campground.php?confirm=on&smashstone=Yep.&pwd");
 

Crowther

Active member
Don't forget to pledge at the beginning of a new season!
Code:
visit_url("peevpee.php?action=pledge&place=fight&pwd");
 
Top