Arma 3
The Pacific War - Kokoda Trail Campaign
CHADDLES Jan 5, 2022 @ 2:49pm
MISSION WHITELIST
// MISSIONS CYCLE

class Missions {
class MP_PEAR {

difficulty = "Regular"; // Custom,Recruit,Regular,Veteran
class Params {};
};
};

//and down the very bottom of file put the mission whitelist if needed
missionWhitelist[] = {
"1.swu_kokoda_map",
"2.swu_kokoda_map",
"3.swu_kokoda_map",
"4.swu_kokoda_map",
"5.swu_kokoda_map",
"6.swu_kokoda_map",
"7.swu_kokoda_map",
"8.swu_kokoda_map",
"9.swu_kokoda_map",
"10.swu_kokoda_map",
};