Home   Help Search Login Register  

Author Topic: need some help  (Read 493 times)

0 Members and 1 Guest are viewing this topic.

AE7THSF

  • Guest
need some help
« on: 10 Feb 2003, 10:26:40 »
im trying to make it so when u shoot down these 2 helos ur 2nd objective is done ,how would i do that?
ty in advanced

Knut Erik

  • Guest
Re:need some help
« Reply #1 on: 10 Feb 2003, 11:25:37 »
You just do like this!
Create a trigger. In the trigger condicion field put this:
not (alive helo1) && not (alive helo2)
And in the activation field pit this:
"2" objstatus "done" ; hint "Objective complete"

That should help ya!  ;D