ChangeMap
From Original War Support Wiki
SAIL Functions/c -> ChangeMap
Description
This function changes map, but not doesn`t finish current mission. You still need to execut YouWin or SetNextMission command to end mission. Additionally, ChangeMap doesn`t effect campaign tree opposite to SetNextMission.
Template
ChangeMap(ident:string fname:string)
ident identifies text while loading, fname is name of the map in the same directory (without path)
Usage
Changemap('%_cont','%_cont');
Loading another map depends in this code on current mission. For example, if you use this in 1. mission, game will load 1_cont mission and display 1_cont texts while loading.