If KoLmafia's revision number is less than revision, throws an exception. Otherwise, does nothing.
revision
This behaves like the since rXXX; statement in ASH.
since rXXX;
Revision number
If KoLmafia's revision number is less than revision.
If revision is not an integer
// Throws if KoLmafia revision is less than r20500sinceKolmafiaRevision(20500); Copy
// Throws if KoLmafia revision is less than r20500sinceKolmafiaRevision(20500);
If KoLmafia's revision number is less than
revision
, throws an exception. Otherwise, does nothing.This behaves like the
since rXXX;
statement in ASH.