I'm making a mission where 3 vehicles have to be retrieved from enemy area and returned to freindly base...1 tank, 1 AAA armor and 1 UH1 chopper. I'm using a trigger to detect when any player is in the area with the 3 vehicles.
The condition field is like this:
this && (arm1 in thislist) && (arm2 in thislist) && (uh1_1 in thislist) && obj1
arm1 is the tank, arm2 is the AAA and uh1_1 is the chopper
I have the trigger activated by west present.
I've made sure the variable obj1 is declared true.
I've also tried grouping the trigger to player group and set it to any player present.
See anything wrong with this?
Thanks.