// n = max number of lines to get (from most recent) static L stefansChat_readArchive_rawMaps(int n) { int b = stefansChat_n(); int a = max(0, b-n); ret (L) safeUnstruct(loadPage("http://ai1.lol/1008998/raw/archive-from-to?a=" + a + "&b=" + b)); }