Search results

  1. Ulti

    the DOM, regex, scalability, and other jargony words

    One of the best parser engines for html I've come across was http://simplehtmldom.sourceforge.net/ It's been a pleasure to work with from PHP and uses many workarounds to get around PHP's limitations. I could build an equivalent in ash for the mafia scripting community. Would sit nicely together...
  2. Ulti

    CanAdv -- check whether you can adventure at a given location

    Ran into an issue with this script: Bad location value: "The Road to the White Citadel" (canadv.ash, line 549) I tried commenting it out and then ran into: Unknown location: The Road to White Citadel (zone: Woods) So I uncommented my comment and changed the value, removing the word "the"...
  3. Ulti

    Feature Copy constructor for ASH records (and possibly arrays/maps as well?)

    *bump in an attempt to show interest in this feature request*
  4. Ulti

    understanding ash call() function example on the wiki

    http://kolmafia.us/showthread.php?1349-Can-I-sort-an-array-Can-I-call-a-method-if-given-a-reference&p=9021&viewfull=1#post9021 Seems the example on the wiki is a corrupted example which attempted to alter your code but instead edited the wrong string and meant to write: a = "print"; call a(...
  5. Ulti

    understanding ash call() function example on the wiki

    It prints a log to the command line Same as: print("hello world") or from the command line: ash print("hello world") but the example on the wiki is corrupted code since the function "hello world" doesn't exist. I think the example on the wiki is supposed to read: string a = "print"; call a(...
  6. Ulti

    understanding ash call() function example on the wiki

    http://wiki.kolmafia.us/index.php?title=Call I don't get how the output is: c = 5.0 hello world done There's no function named hello world.
  7. Ulti

    Feature - Rejected Adding a /kolmafia chat channel by extending api.php with CDMoyer's help

    The idea to my request is to have an extra chat channel added to the game (e.g. /kolmafia) where players running kolmafia can chat with each other (by means of a 3rd party server) with their KoL usernames . The "channel" would display in-game like all other channels and would show the usernames...
Back
Top