Recent content by goom

  1. G

    Feature choice adventure selection options for The Hidden Heart of the Hidden Temple

    while adventureing with nostril (so the levers are no longer confusing) can such a feature be added to select the right choice based on image name rather then choice adventure number? i'm aware it will make the choice adventure list rediculusly long but i think it will aid automation.
  2. G

    Universal Recovery Script

    i continue to encounter a loop what did i set wrong?
  3. G

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    could you direct me to a list of commands for script setup? i read somewhere that this script at one point was planned to do the eating drinking and spleening for you, if such a list exists i suggest you add it on the first post so others won't bother you like me.
  4. G

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    I'm not sure if the script changes the mood during temple-leveling if it doesn't, wouldn't it be more efficient to change the mood to apathetic?
  5. G

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    thanks anyway, awesome script
  6. G

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    can you add in an option to set the MCD to 11 on the relay script (for trophy)?
  7. G

    Discard script

    It's ALIVE!!!!!! also, the script works
  8. G

    Discard script

    Unknown variable 'int' (discard2.ash, line 3)
  9. G

    Discard script

    script now looks like this: boolean red_out(string message) { print(message, "red"); return false; } void main(int number, int stuff){ discard(number, stuff); } { boolean discard(int number, item stuff) { if(is_tradeable(stuff)) return red_out("Don't discard that! It can...
  10. G

    Discard script

    i'm really a coding n00b and i'm not a native english speaker could you modify the code and highlight the changes? sorry for being such a lame coder
  11. G

    Discard script

    ok, so i deleted that silly "item stuff = $item[];" and canged the "void main(int number)" to "void main(int number, item stuff)" it now prompts for both values but still does nothing no error messege and it haven't discarded anything
  12. G

    Discard script

    and here is some progress i made boolean red_out(string message) { print(message, "red"); return false; } Void main( int number ){ item stuff = $item[]; boolean discard(int number, item stuff) { if(is_tradeable(stuff)) return red_out("Don't discard that! It can be...
Top