Hi guys,
after some research, I still not found what I am searching for.
I have a bunch of mixed unit (side and type) in a trigger named myTrigger.
So when I call this line from another trigger:
myGroup = List myTrigger;"deletevehicle _x" foreach units myGroup
I got an error message saying that a group is expected...not an array.
1. How can I change an Array to be a group?
2. Is it possible to have 2 units of different side in the same group?
3. If not, any idea how to do that?
Briefly, I want to delete EVERYTHING that is inside myTrigger.
Thanks in advance
Frag