I tried the following:
Code: Select all
m = ScenEdit_GetUnit({name='Kimberley #1',side='SA'})
ScenEdit_SetDoctrine({side=m.side, unitname=m.name}, {quick_turnaround_for_aircraft=0, ignore_plotted_course=true})This does not result in the check box getting selected? Is this even possible in Lua?
update> setting "2" does DISABLE the doctrine for Quick Turnaround, but 0/1 does not select the check-box.


