Search results

  1. B

    Re: Discussion of Standards

    Re: Discussion of Standards One way to deal with this is to have a sticky post at the top of the "Quests" category that gets updated with links to each new thread; that way we have a table of contents or directory that makes it easy to locate scripts, and could be sorted by quest regardless of...
  2. B

    Features I wish ASH supported...

    Arrays. Global variables. Circular function calls. For loops. Case or Switch statements. Anyone else have gripes that I missed? I end up writing most of my scripts in Java, actually, because ASH just can't do many of the things I expect from a scripting language. And I like java, but that's...
  3. B

    Museum Item # Check 1-1489 (ASH)

    This was indeed a heroic effort. However, I think it's possible to do the same task in a MUCH shorter script. This has NOT been tested, I'm writing it as I reply here... int itemNumber; itemNumber = 1; while itemNumber < 1489 {     int skip;     skip = 0;     if( itemNumber = 13)         skip =...
  4. B

    Spice Loop

    On days when the hermit has clovers available, it's nice to run the spice loop... for anyone not familiar with it, it goes like this: 1. Get a 10-leaf clover from the hermit. 2. Go fishing in the sewer; because of the 10 leaf clover you get your choice of 3 items from a list. 3. Pick spices, a...
Back
Top