Skip to content

Add shortcuts for current/next map to map command

sphere requested to merge mapcommand into next

Based on https://zdoom.org/wiki/CCMDs:Debug#Map_changes

  • map * will warp to the current map.
  • map + will warp to the next map, as defined by NextLevel in the level header.

Merge request reports