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: How many enemies are left?  (Read 894 times)

0 Members and 1 Guest are viewing this topic.

seanver

  • Guest
How many enemies are left?
« on: 20 Oct 2002, 19:28:52 »
I wonder how to check if there are less than let's say 6 enemy (east) soliders in a trigger's area.

david-p

  • Guest
Re:How many enemies are left?
« Reply #1 on: 20 Oct 2002, 23:10:55 »
trig, repeat, act east. named trig1
in a script u need
?(("east" countside list trig1)<6):....