Search results

  1. lackita

    Advanced Scripting Documentation

    In http://kolmafia.sourceforge.net/advanced.html it says "You should not, however, "call" other ASH scripts from within an ASH script, as this yields unpredictable results." For libraries like zlib, though, that seems like the only way to use them. Am I misreading the documentation, or is it...
  2. lackita

    Persistence across sessions

    Awesome, sounds like I have several options, thanks everybody.
  3. lackita

    Persistence across sessions

    I have a couple ideas for scripts, but they require information stored in one kolmafia session to be available in subsequent sessions. My first idea was file I/O, but I couldn't find anything about that on the wiki. Did I miss something? Is there another mechanism for storing data?
  4. lackita

    Feature - Rejected Quest Manager

    You're probably right the scripts would be better for the actual completion portion, but I find it cumbersome to have lots of scripts to sift through whenever I want to complete a quest. I wanted some way to filter the list of scripts down to only those relevant to the current situation. Maybe...
  5. lackita

    Feature - Rejected Quest Manager

    I can see how the information could be incorporated. Two concerns about this idea, though: Not every quest in the data file is in the enum. I can add additional entries there, if you guys are ok with that. It seemed to me like content specific data is kept in data files, not java code...
  6. lackita

    Feature - Rejected Quest Manager

    I've written a quest manager that lists all of the active quests and their current step. I plan on adding features to this over time, but I wanted to get feedback on this initial version.
Top