--guid,loadoutid,quanity required.
--don't forget to add the comma afte new entries unless it's the very last in the list(even then it's fine).
local airbasesToFill = {
{name='SUA_1', guid='4FH7PU-0HMNDPRJL928I',loadoutid=26461, quantity=50,mydesc="f22 aim 260 loadout"}, 
{name='SUA_1', guid='4FH7PU-0HMNDPRJL928I',loadoutid=29716, quantity=50,mydesc="f18 aim 120D loadout"}, 
{name='SUA_2', guid='4FH7PU-0HMNDPRJL9A20',loadoutid=26461, quantity=50,mydesc="f22 aim 260 loadout"}, 
{name='SUA_2', guid='4FH7PU-0HMNDPRJL9A20',loadoutid=29716, quantity=50,mydesc="f18 aim 120D loadout"}
}


--- now call the function with the table from up top ---
--- see just the table, the core function already exists just once as global function used by all.

gKH.Magazines:FillAirBasesInitially(airbasesToFill);

