Jiggling...

Paragon

Member
How do you jiggle your chefstaff in a consult script? I tried buffer=jiggle(); like stealing and attacking but it didn't work. I couldn't find any documentation either on the wiki or with the ashref command.
 

Guzkal

New member
I might be able to help you if you're more specific about what Jiggle means, do you mean alternate?
 

Paragon

Member
During a battle, if you have a chefstaff equiped one of the options available is "jiggle your chefstaff". I have a small custom combat consult script but I can't figure out how to attack by jiggling the chefstaff.
 

Guzkal

New member
That ones a tad over my head I'd say ???

Maybe try going into the KoLMafia Main Interface and going to adventure - > action and seeing if any of those mention Jiggling, cause that'll be your best bet on working out the command.
 

StDoodle

Minion
Wow, there's a good necro! ;) What hola meant was that you actually need to submit a url to KoL, you can't simply call a function. I can't test it because of nightly maintenance, but you probably want something close to:
Code:
visit_url("fight.php?action=jiggle");
as your command.
 
Top