This member has provided no bio about themself...

Comment History
Shtoi
Shtoi - - 1 comments @ Mechcommander Omnitech 539

Hello Mif200k,

I had the same issue, here's the solution from the creator:
"
Mech of the rebel leader will change to blue when you capture that turret control. It should be when it is captured or destroyed...
Will change the mission.

Please go to data/missions folder and open mw2_n_7.abl file.
Find the code segment and replace with this one

Quote

if (LopCCC) then
if ((objectSide(43787) == 500) OR isdead(43787)) then
objectchangesides(RebelLeader, 0);
LopCCC = False;
endif;
endif;

This will help you finish mw2 campaign.
"

Good karma+1 vote