Time to Ready
Posted: Sun May 30, 2021 10:05 am
Adding a squadron to a base and everything is working except the ready time. I would like the AC to be ready in 60 min but that is not working.
Probably something simple but have tried a bunch of different ways. Any thoughts?
for i=1,8 do
ScenEdit_AddUnit({side= 'Australasia', type ='Air', DBID=1692, LoadoutID=8835, TimeToReady_Minutes=60, unitname ='77th ARS Totin Tigers #'..i, base= 'Andersen AFB'})
end
Thanks
Probably something simple but have tried a bunch of different ways. Any thoughts?
for i=1,8 do
ScenEdit_AddUnit({side= 'Australasia', type ='Air', DBID=1692, LoadoutID=8835, TimeToReady_Minutes=60, unitname ='77th ARS Totin Tigers #'..i, base= 'Andersen AFB'})
end
Thanks