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 do i make an enemy hold fire????  (Read 1711 times)

0 Members and 1 Guest are viewing this topic.

ICMTRIGGER

  • Guest
How do i make an enemy hold fire????
« on: 27 Sep 2003, 23:23:24 »
I need and Enemy Unit to Hold fire until The west get to a certain point does anyone know how to do this if so please write back thank you

m21man

  • Guest
Re:How do i make an enemy hold fire????
« Reply #1 on: 28 Sep 2003, 03:14:26 »
Name the enemy unit something like enemyunit1
In enemy unit's init field:
this setcombatmode "green"

In a west-activated trigger at the "certain point", put this in the on activation field:
enemyunit1 setcombatmode "yellow"