Wadi 0 Posted April 28, 2002 Is there any way to change the side of a unit without grouping it with another unit? Share this post Link to post Share on other sites
Nic 0 Posted April 28, 2002 YEP Go into the mission.sqm Look for CIV, EAST or WEST that shows up for the guys. Change to whichever one you want. example... }; class Item25 { side="EAST"; Â Â Â Â Â Â Â Â Â Â -----used to say CIV class Vehicles { items=1.000000; class Item0 { position[]={9583.000977,29.834999,3351.488525}; azimut=156.584579; id=85.000000; side="EAST"; Â Â Â Â Â Â Â Â Â Â ----used to say CIV vehicle="Civilian3"; leader=1.000000; skill=0.647627; text="tw1"; markers[]={}; }; }; }; Notice that all I did to put the civilian dude on the east team is change where it said CIV to EAST Share this post Link to post Share on other sites