Startlevel: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Mention why startlevel+loadmapstate won't work.
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
startlevel <gamevar1> <gamevar2>
'''startlevel''' <volume> <level>


Loads the map number <gamevar2> of volume number <gamevar1>. This simply loads the specified map, bypassing the End of Level screen.
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:EDuke commands]]
[[Category:Game manipulation]]

Latest revision as of 12: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.