Startlevel: Difference between revisions
Jump to navigation
Jump to search
Mblackwell (talk | contribs) mNo edit summary |
Helixhorned (talk | contribs) Mention why startlevel+loadmapstate won't work. |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
startlevel < | '''startlevel''' <volume> <level> | ||
Tells EDuke32 to load the map given by <volume> and <level>, bypassing the End of Level screen. | |||
The map is not loaded it immediately: this command only sets variables that are checked at a later time. Thus, issuing a [[loadmapstate]] after a '''startlevel''' does not restore the map state. | |||
[[Category:EDuke commands]] | |||
[[Category:Game manipulation]] |
Latest revision as of 11:18, 18 May 2013
startlevel <volume> <level>
Tells EDuke32 to load the map given by <volume> and <level>, bypassing the End of Level screen.
The map is not loaded it immediately: this command only sets variables that are checked at a later time. Thus, issuing a loadmapstate after a startlevel does not restore the map state.