what exactly should I put in the mission.sqm to make that work?
This is ripped out of one of my mission.SQM's...
As the player is usually the first thing you place on the map, it should be pretty early in the .sqm and easy to find...
position[]={312.425140,2.181755,6770.207031};
azimut=269.967987;
id=35;
side="EAST";
<--------- THIS is the important part vehicle="SoldierESaboteurPipe";
player="PLAYER COMMANDER";
leader=1;
rank="CAPTAIN";
skill=1.000000;
text="spetz1";
init="[this] exec ""Spetz-Natz-Leader.sqs"";SpecNatz=group this;this setBehaviour ""safe"";this setpos [3263.19,6780.27,0]";
};
Change
side value to any of:
"WEST",
"EAST", or
"GUER".
"WEST"=
Nato"EAST"=
Soviet"GUER"=
ResistanceHappy editing ;D