That definetely helps but is not all i wanted
The trigger is to fire as soon one of the three trucks (NOT the jeeps, which are in the same group) arrives at the trigger. Driven by the player or one of his subordinates. It doesn't matter if the player is there or which or how many of the trucks arrive there. So i would need the trigger to check wether one of the trucks is there...
I tried
vehicle tr1 in thislist
and
this and (vehicle tr1 in thislist)
(where tr1 is one of the trucks) but that didn't work. I suppose
vehicle checks for the vehicle the driver of
tr1 (who is dead at this point
) is in? So i need the name for the vehicle that was spawned as
tr1 after the original driver is dead (and as i said the new driver would be either the player or one of his teammembers)...