hi.
i was wondering , how do i (without using scripts) use the "foreach thislist" command inside of the condition field of triggers???
for example: how do i make a trigger go off when any person in a group (an array of units) is in a vehicle? and then if this is true, single out THAT guy and pass it to a script (or make that person perform an action or command)?
so basically what im thinking is this:
condition : ? ("_x in vehicle1" foreach group1)
activation : (guy who is in the vehicle) action ["eject"]
any help will be appreciated, as this is an important command for use in scripting and other stuff.