!7 static ImageSurface imageSurface; p { long firstID = 1100016, lastID = parseLong(loadPage(imageServerURL() + "highest-id")); for (long id = lastID; id >= firstID; id--) { S _id = fsI(id); pcall { imageSurface = showImage_centered(imageSurface, _id + "/" + lastID, loadImage2(_id)); } sleep(10); } }