I have a Real-time Stategy mission I've made for OFP.
My problem is that whenever I create a helicopter, I want to be able to set the pilot's flyinheight at different hieghts at different times. For example, sometimes I want him at treetop level, and other times I want him really high.
Whenever I use the radio, this doesn't seem to work:
(_x flyinheight HHIEGHT) forEach (units group mygroup)
It does absolutely nothing.
Any Ideas?