I have a question, is it possible to check if a helicopter is on ground or is at the altitude of 0 meters? So that the pilot can turn off it's engine? I know about
but what I need is a condition.unit action ["engineOff", targetVehicle]
I have a question, is it possible to check if a helicopter is on ground or is at the altitude of 0 meters? So that the pilot can turn off it's engine? I know about
but what I need is a condition.unit action ["engineOff", targetVehicle]
in condition of a trigger just put "(getPos HeliName select 2) <= 0" then in the OnAct use your "unit action ["engineOff", targetVehicle] " fairly sure that would work![]()
wll getPos didin't work but I made some more searching and testing and I got this:
And it works. Thanks for help!(getPosATL helicopter1 select 2) <= 0
getPos works like a charm for me...
You know about land, right?