Hi, I'm creating a mission where once you destroy fuel truck 1, 2 and 3 the 1st objective is complete.
How do I make the condition so after all 3 fuel trucks are destroyed objective 1 is complete?
thank you.
NightJay
P.S. I know I'm a mission depot staff, lol but scripting skills suck..
I got it, the command goes like this..
Trigger:
Condition: not (alive truck1) && not (alive truck2) etc...
Onactivation: "1" objstatus "done"