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: Ending a mission with group respawn...  (Read 1936 times)

0 Members and 1 Guest are viewing this topic.

Offline Clue

  • Members
  • *
    • Clue's OFP Page
Ending a mission with group respawn...
« on: 18 Jun 2003, 21:59:22 »
 I am working on a multiplayer mission that uses GROUP respawn, but it won't end when all the playable units have been killed!

I have made a trigger:

type: end#2  (or should i use loose?)

condition: not (alive ap1) and not (alive ap2) ...etc

activation: "START" objstatus "FAILED"

 The trouble is when all playable units are dead, all players end up as a seagull rather than going to the debrief.

Any help would be appreciated

SteroidG

  • Guest
Re:Ending a mission with group respawn...
« Reply #1 on: 23 Jun 2003, 02:13:10 »
Just make sure you don't have another trigger that has "End#2" cause it won't work if there are 2 or more. As far as I can see, your concept should be working. Why don't you try that trigger by using a simpler condition, like "!alive ap1" then kill yourself and see if it works.