Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Two Questions  (Read 1817 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.