Save: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
No edit summary
 
Line 1: Line 1:
'''save''' <slot number>
'''save''' <slot number><br>
'''savenn''' <slot number>


Creates a save game in the slot specified. Valid numbers are 0 to 9.
Creates a savegame in the slot specified. Valid numbers are 0 through 9.
 
If you use '''savenn''' ''and'' the savegame in the slot you specify already has a name (it is not length-zero), its current name will be kept. Otherwise, the save's name will be "Auto" followed by the date and time.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Game manipulation]]
[[Category:Game manipulation]]

Latest revision as of 00:10, 6 April 2014

save <slot number>
savenn <slot number>

Creates a savegame in the slot specified. Valid numbers are 0 through 9.

If you use savenn and the savegame in the slot you specify already has a name (it is not length-zero), its current name will be kept. Otherwise, the save's name will be "Auto" followed by the date and time.