error
i download the most recent version of kolmafia.exe, and downloaded zlib.ash as it was required for another script if was going to use. i put the zlib.ash in my scripts folder, but whenever the scripti use calls zlib.ash, i get an error and it stops working.
the error i get is "Function 'is_trendy( string )' undefined. This script may require a more recent version of KoLmafia and/or its supporting scripts. (zlib.ash, line 289)"
i used the verify command in the CLI and it came up with the same error, so its not the script, its zlib. might i have to use the kolmafia's most recent .jar, or is it something in zlib? if it does need to be the most recent jar, is there some way to make it auto update? the thought of having to manually download it everyday isnt too thrilling. any help would be appreciated.
also, if you need the line 289 as referred to in the error message its
case "Trendy": return is_trendy(johnny);
and from what i can tell it looks like its correct but it gives me an error anyways. thanks =)