F4ttyRider Posted November 12, 2022 Posted November 12, 2022 I'm trying to learn how to do script things in DCS. I wanna try to modify the single player UH-60L mission to the multiplayer version. The original mission lua isn't originally mine. The mission is a rescue mission, where one (Enfield 1) UH-60L do the pick up of group of troops behind the enemy lines. Lua file starts like this: Mission.pilot='Enfield1' MissionTroops=GROUP.FindByName("Troops") Mission.TroopCargo= CARGO_GROUP.New(Mission.Troops,"Troops","Troops",14) And so on... How can I add an another player in the mission? So the wingman, for example Enfield 2, can pick up troops instead of Enfield 1? My goal is that either one can do it, depending the situation. Can 'Mission.Pilot=' have multiple players? Win10, HP Reverb G2,
Recommended Posts