jasonharper
Developer
Xireph, you appear to be using a horribly outdated version of KoLmafia itself.
That's the beauty of acronyms; you can make them work for you.
(cf. the BatMan naming contest)
@Doodle: I like suggestion 1, check_version() could definitely play better with relay scripts. If it outputs a div of some kind, I think it should still print to the CLI as well, so it's just a matter of either setting a flag for your script to use, or adding relay detection/div output within check_version(). Makes me think I would like a way to access the top-level script name from within a script -- then relay scripts could be detected at runtime.
Suggestion 2 is unlikely to be useful. If they don't have the required version, quite often the script will be unable to even get to the point of running check_version(). Even if I'm missing something here, it feels like treating a symptom -- like the solution is being applied in the wrong place. If your script requires a certain mafia version, add that check to the top of your main().
No.WARNING: Your verbosity is set to 0. This means that many scripts will not display anything when they run, possibly confusing or frustrating you. To change this back to the default, type "zlib verbosity = 3" in your CLI.