I'm trying to get a trigger working using thislist as condition. I've got 2 empty scuds which have to be captured then driven to a specified location to be destroyed.
I tried making a trigger with condition: (scud1 in thislist) && (scud2 in thislist).
And set to side East.
This didn't work so I tried grouping scud1 to the trigger then in condition: this && (scud2 in thislist)
This didn't work either.
I've never used thislist for an empty vehicle, can this be done?
Thanks.