


Moderators: Warfare, Moderator, Admin
//############################################################################\\
//###################### Art Crazy©'s Mission Loader Script ##################\\
//############################## Preferences File ############################\\
//############################################################################\\
//Number of maps that are in the loop
$MissionLoader::MapNumber = 4;
//Maps gonna be used -- as an example i included TT1_1.mis and TT1_2.mis
//inside the "["and the "]" put the place its suposed to be on -- 0 = first
//You can use as many as you like -- dont forget to update the map number above!
$MissionLoader::Map[0] = "game/data/missions/TT1_1.mis";
$MissionLoader::Map[1] = "game/data/missions/TT1_2.mis";
$MissionLoader::Map[2] = "game/data/missions/TT1_3.mis";
$MissionLoader::Map[3] = "game/data/missions/TT1_4.mis";
//Loop Type
//Normal = Mission 1 to 2, then to 3 etc...
//Random = Random mission to Random Mission etc...
$MissionLoader::Type = "Normal";
Users browsing this forum: ClaudeBot [Bot] and 18 guests