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: need help with ending a mission  (Read 1285 times)

0 Members and 1 Guest are viewing this topic.

Offline Jffsieg

  • Members
  • *
need help with ending a mission
« on: 14 Feb 2007, 02:05:57 »
Ok, Ive got my mission finished up and all I have to do now is end it. I want the mission to end once the Enemy has got 5 or less troops left in the trigger area.
« Last Edit: 14 Feb 2007, 09:10:17 by bedges »

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
need help with ending a mission
« Reply #1 on: 14 Feb 2007, 08:07:09 »
in the trigger's (enemy side present) condition put:
Code: [Select]
count thisList < 6
« Last Edit: 14 Feb 2007, 09:10:36 by bedges »

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: need help with ending a mission
« Reply #2 on: 14 Feb 2007, 09:11:34 »
and don't forget to set the trigger type to 'End#'.

@Jffsieg - please do not use all-caps either in posts or in topic titles.

Offline Jffsieg

  • Members
  • *
Re: need help with ending a mission
« Reply #3 on: 14 Feb 2007, 22:54:49 »
Roger that Bedges,  And thank you very much mandoble. Worked perfectly