Hey dave.. I just noticed that all three BaseAssault missions are:
Code:
DEFINE_SCRIPT_CLASS( tMet_7BaseAssault );
I think it would be best to have a different 'class' for each mission. I believe this 'class' is used to register itself to the main program. The last script in the .MCT with a given 'class' will be the one played all the time, I think.
ie, from one of the Custom pre-packaged .MCT files::
Code:
6="Met_NW7StarbaseAssault.scr"
(...)
41="Met_NW7BaseStationAssault.scr"
42="Met_NW7BattleStationAssault.scr"
I'm willing to bet only BATS assaults are being picked.
-- Luc
FireSoul