Automating Conspiracy Island buttons

Does anyone happen to know the ASH command to push the conspiracy island buttons? I'd like to automate it in my login script.
 

Bale

Minion
I've never done it, but I suspect that this will probably work:

Code:
visit_url("place.php?whichplace=airport_spooky_bunker&action=si_controlpanel"); // Enters choice adventure 986
run_choice(1); // This button is Juan.
// Whatever buttons you want are 1 through 10 on the previous line.
 

Bale

Minion
The run_choice() function was added to KoLmafia by lost only a few weeks ago. If you'd asked the question last month the response would have been slightly more complicated and involved visit_url() calls.
 
Top