LUA to launch boats or aircraft from bases
Posted: Sat Jul 06, 2019 5:20 pm
Is there a way to launch boats or aircraft that are assigned to a base via LUA?
I can determine the condition using the code below, but both condition and condition_v are READONLY attributes.
u = ScenEdit_GetUnit({name="USS San Jacinto"})
print(u)
print(u.condition)
Any help would be appreciated...tm
I can determine the condition using the code below, but both condition and condition_v are READONLY attributes.
u = ScenEdit_GetUnit({name="USS San Jacinto"})
print(u)
print(u.condition)
Any help would be appreciated...tm