<Moved>Adding all Loadouts to Airport
Posted: Tue May 14, 2019 2:07 pm
As the title suggests, looking for guidance on weather or not it is feasible (or doable) to create a LUA script that can add a set amount of each loadout that an aircraft, which is assigned to that base, is designed for. I know there is this lua command:
I am wondering if it is possible to have this code repeat and fill in the loadoutid based on the specified aircraft.
Thank You
Code: Select all
ScenEdit_FillMagsForLoadout({unit="Abha", loadoutid=45162, quantity=12})Thank You