Profile
- Name
- 100 undos
- ID
- 49350
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- July 19, 2014 at 11:38 AM UTC
- Updated on
- July 19, 2014 at 11:38 AM UTC
- Description
Calls all possible quicksaves
Best for
Code
function prepareundo() -- calls each loop result, in order to be able to choose
recentbest.Save()
for i=1, 100 do
save.Quickload(i)
end
recentbest.Restore()
end
prepareundo()