Icon representing a recipe

Recipe: quicksave crash test

created by arcsign

Profile


Name
quicksave crash test
ID
45309
Shared with
Public
Parent
None
Children
None
Created on
February 03, 2013 at 04:35 AM UTC
Updated on
February 03, 2013 at 04:35 AM UTC
Description

test for quicksave error

Best for


Code


j=1 i=1 k=1 for i=1, 10000 do if j >= 100 then j=0 end save.Quicksave(j) save.Quickload(j) k = k+1 if k%10==0 then print(k)end end

Comments