MAPINFO/Episode definition
From ECWolf Wiki
An episode is a selectable starting point for the game. Episodes will appear on the menu in the order they are defined here. There should be at least one episode defined. The menu will not display when that is the case.
Block syntax
clearepisodes
- Removes all previously defined episodes.
episode <map> { properties }
- Creates an episode that starts on the specified map.
Block properties
- key = "<letter>"
- Assigns the letter as a hot key for the episode in the menu.
- lookup = "<string>"
- Pulls the name of the episode by a keyword in LANGUAGE.
- name = "<name>"
- Sets the name of the episode as it appears on the menu directly.
- noskillmenu
- Causes the game to start without going through the skill selection. The skill level will be the default.
- optional
- The episode will not appear unless the level it starts on is loaded.
- picname = "<picture>"
- Lump of graphic to display on menu. This will appear before the episode name.
- remove
- Removes this episode from the menu. Of little use.