Scripting problem :
I would like to assign a local variable for each element which is in a trigger.
So :
_units = list mytrigger
Then, it's easy to make them appear with using the "hint" command. So it could be possible to individualize these elements… I think…
I would like also check if these elements are ground vehicles. I've seen in the Command Reference, in the list of CfgVehicles, the value "land" for ground vehicles. How can I use it (syntax…) ?
Thanks for any help.