snack machine

Deraj

New member
What line would I include in an ASH script to snag, say, the radium-flavored potato chips from the snack machine in the rumpus room?

I thought that it would be similar to using Mr. Klaw, which I do by including:
Code:
visit_url("clan_rumpus.php?action=click&spot=3&fumi=3");

The problem I have is that I can't find the right url for the radium chips. To get the url for Mr. Klaw, I just hover my mouse over the picture of Mr. Klaw. Nothing shows up, however, when I hover the mouse over the radium chips button. (This all probably shows how little I actually know about what I am doing...)

I looked for an answer by searching these forums, but didn't find anything. I apologize if the answer is actually somewhere obvious that I missed...
 

Bale

Minion
When I want to find an url quickly, I click on the menu, General -> Mini-Browser. The mini-browser will show the url after you click on something. In this case it tells me that you're looking for

Code:
visit_url("clan_rumpus.php?preaction=buychips&whichbag=1&pwd")
 
Top