AltNextScenario
Flag: | AltNextScenario |
File(s): | Maps |
Values: | Strings: Normal text. (Limited to: Map file name) |
Default: | none |
Applicable to: | Basic |
Specifies an alternate mission that the player can proceed to after this mission, usually by completing a special objective. This is achieved by setting the global variable number 1 (namely <Alternate Next Scenario> as defined in rules(md).ini→[VariableNames]) to a value of 1 during the mission, either by map trigger action #28 (set global variable) or script action #12. This causes the game to use the map file defined by this flag as the next mission rather than the map in NextScenario. SkipMapSelect should be enabled to skip the normal map selection procedure.
Note that the file name specified here must match and correspond exactly with the file name for a mission as detailed in the mapsel(md).ini and mission(md).ini files. In mapsel(md).ini, the progression from the current map should have both the entries of the normal mission map and the alternative mission map.