Home   Help Search Login Register  

Author Topic: Two Questions  (Read 1288 times)

0 Members and 1 Guest are viewing this topic.

Jakerod

  • Guest
Two Questions
« on: 01 Sep 2002, 03:08:54 »
First off how do i make it so that: If two shilkas are dead an apache will come in?

Two how do i make it so that if two objectives are complete you win?

seanver

  • Guest
Re:Two Questions
« Reply #1 on: 01 Sep 2002, 03:33:23 »
First: create a waypoint, type MOVE, where you want the AH-64 to wait. Put in its condition line: "go" or whatever you want. Now create a trigger, condition "!(alive shilka1) AND !(alive shilka2)", On Activation: go=true.
 About the second I really don't know it right now, I'm too sleepy.

ofp..hahha

  • Guest
Re:Two Questions
« Reply #2 on: 01 Sep 2002, 03:34:42 »
for the 2 shilkas give them a name lets say shilk1 and shilk2 then make a trigger and put in the condition

not (alive shilk1) and not (alive shilk2)

then if you want it to end when you complete that objective go to the scroll down menu on the trigger and select end #1 or 2 or 3 ..... etc.

Jakerod

  • Guest
Re:Two Questions
« Reply #3 on: 01 Sep 2002, 03:55:14 »
Thanks guys.