Code: Select all
for i=1,15 do ScenEdit_AddUnit({type = 'Aircraft', name = 'TaktLwG 33 #'..i, dbid = 395, loadoutid = 9183, side = 'Germany', base = 'Buchel Air Base', group = "21st FW", proficiency=4})endThanks
Moderators: angster, RoryAndersonCDT, michaelm75au, MOD_Command
Code: Select all
for i=1,15 do ScenEdit_AddUnit({type = 'Aircraft', name = 'TaktLwG 33 #'..i, dbid = 395, loadoutid = 9183, side = 'Germany', base = 'Buchel Air Base', group = "21st FW", proficiency=4})endPost by michaelm75au »