Search results

  1. itamaram

    Some general questions.

    More questions! Well actually only one. Are variables case sensitive? Can I have a boolean "saucesphere" and a final int "SAUCESPHERE"?
  2. itamaram

    Some general questions.

    While I am at it, a completely different question. How does KolMafia interact with off-hand weapons and dual weilding? If I will write:"equip($item[seal-clubbing club]);" I am guessing it will automatically put it in my weapon hand rather than my off-hand. How do I change it?
  3. itamaram

    Some general questions.

    Cool thanks a lot. Just a clarification about outfits, should a costum outfit be: cli_execute("outfit costum outfit: name") or something else? And where is the CLI reference page? Sounds useful... And just a clarification my first 2 questions where purely innocent. I was wondering if I can...
  4. itamaram

    Some general questions.

    Being the untrusting person I am, I've decided to make my own script. Sadly I've ran into a few difficulties. Can you good people answer my questions? Also, where do you get the answers for those questions? is it all in the documentation or something? Anyway, to the questions! (1)Is there a way...
  5. itamaram

    Cobb's Knob (ASH)

    Why do you equate everything to 0? Wouldn't it be better to check if (itemQuantity<1)? Also, what about clovering your perfume? Just saying...
  6. itamaram

    Getting Mafia to Sneaky Pete's Day Stupor

    If you don't mind me adding, due to the constant loss of life in the stupor, I've modified your program to look like so: void main() { while(my_adventures() != 0)   {use(1,$item[Doc Galaktik's Ailment Ointment]);   cli_execute("adventure.php?adv=20");} }...
Back
Top