!7 static ImageSurface imageSurface; p { long firstID = 1100016, lastID = parseLong(loadPage("http://ai1.space/images/raw/highest-id")); for (long id = firstID; id <= lastID; id++) { S _id = fsI(id); pcall { imageSurface = showImage_centered(imageSurface, _id, loadImage2(_id)); } sleep(10); } }