Search results

  1. G

    Jiggling...

    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.
  2. G

    Jiggling...

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

    Combat Script - Cast Spell if you have enough MP

    void main(){ if ( my_mp() > mp_cost( $skill[moxious maneuver] )+30 ) { print("MP is sufficient... Moxious Maneuver time!!"); use_skill( $skill[moxious maneuver] ); } else { print("Don't have enough reserve MP. Time for plan B!!"); attack(); } return; } Thank you SeiferTim...
Top