Search results

  1. T

    string question

    I was trying to understand the use of special characters within a string. More specifically, I was trying to understand how special characters were used in strings for the purpose of matching one string to another. I believe your link covers it. Thank you very much, ckb.
  2. T

    string question

    I found the solution: case ""DEBBIE" tattoo kit": I don't know why Data_Types specifically states the 1st case should work when that is clearly incorrect. Can someone tell me if there's a page that covers things like \" and " ? Thank you, again!
  3. T

    string question

    case "\"DEBBIE\" tattoo kit": Can someone please let me know if there's an immediately-obvious reason the above would never match? The \" doesn't generate an error but I'm guessing that's what's wrong. Data_Types clearly states \" is correct but the case statement does not match. Thank you...
  4. T

    Vanishing tips in non-combat adventures

    Yes, Player Character. I'm currently playing on a single computer and have no clue or future plans, at the moment. I do have options. Thank you very much for the nth-computer details.
  5. T

    Vanishing tips in non-combat adventures

    I received help via github. For anyone else that runs into this problem: > set relayShowSpoilers false > set relayShowSpoilers=true > set relayShowSpoilers true The above shows how to check, and update, the setting. I have no clue why this setting changed logging into my 2nd PC. ref...
  6. T

    missingRecipes - Discovery tracking script

    That fixed it! Thank you very much! One more question? How do I view what scrolled past the cache (or limit of scroll-back) in the Graphical CLI?
  7. T

    missingRecipes - Discovery tracking script

    I'm getting the 403 Forbidden from the wiki: > set useLastUserAgent true > set lastUserAgent Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0
  8. T

    Garbage Collector Useful Items

    This is my first script post. Any constructive criticism would be gratefully received. As a newb I was reviewing garbo useful items (URL below) and noticed my notes might help other newb and readily converted into a script. Garbo-recommended-items-inv.ash provides the information found at...
  9. T

    Vanishing tips in non-combat adventures

    I regularly pull to make sure I'm up-to-date (currently on 28949). I'm probably just missing the correct key-word as I've searched. What can I do when running kolmafia and it stops displaying the tips in non-combat adventures? It happens infrequently, but when it happens it stops for all...
  10. T

    Special type value--Veracity's tutorial

    I was seeing that but not clear on what was happening (calling mall_prices but it appeared to be acting as if it was iterating as mall_price). That explains so much. Now I have to play with it. Thank you very much, again!!!
  11. T

    Special type value--Veracity's tutorial

    "$typename[value] must be used, with a string in square brackets" is incorrect? There's no disambiguation? If I understand you, I think it should say "$typename[value] must be used, with a static value pointing to a <key expression>" (using Data Structures as a reference). And does this also...
  12. T

    Special type value--Veracity's tutorial

    "While the special-typed variables are declared the same as primitive types (ie: item i), special-typed static values are declared very differently from static values. To specify that a value is of a special type, $typename[value] must be used, with a string in square brackets designating the...
  13. T

    funct main param (argument) null

    I like the dialog prompt for input. Having scripted and coded that saves time, effort, and coding. How do I allow for null when calling an ash script [allowing for optional parameters]? Everything I've used, before ash, assumes null and you have to code options. The goal is to call an ash...
Back
Top