Hi there folks!
First of all I apologize for any spelling mistake as I'm Italian and English isn't my mother tongue. I write from Rome.
I need help in order to make a multiple condition trigger work. I've got five SLA officers (Named POW1,2,3,4,5) held captive in a 5t truck. When the player (an SLA spetznaz) reaches a certain distance from them, they join player's squad. I managed to do this with the line command:
Condition: POW1 distance player < 2
On Act: [pow1] join (mysoldier); pow1 setcaptive false
I made 5 triggers like this, for each captive officer (POW1,2,3 and so on). And it works fine.
Now I need that when ALL the five officers have joined player's squad, an objective is done.
I tried this way:
Condition: [pow1] join (mysoldier) AND [pow2] join (mysoldier) AND [pow3] join (mysoldier) AND [pow4] join (mysoldier) AND [pow5] join (mysoldier)
On Act: "1" ObjStatus "DONE"
But it doesn't work.
There's surely something wrong with the condition field. What should I type in it?
Thank you in advance!
Greetings from Italy!