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: Trigger goes of after  (Read 679 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Trigger goes of after
« on: 03 Jul 2003, 16:55:09 »
Is there away to, let a west unit go through a trigger to a base, and then on return it goes off?

Komuna

  • Guest
Re:Trigger goes of after
« Reply #1 on: 03 Jul 2003, 18:17:24 »
It's very simple. You should add your trigger's CondField the following:

CondField: this and Return


Once the guy has reached the base, the variable 'return' becomes true, so, as the unit goes through the trigger once again, it is activated! ;)

max_killer_payne

  • Guest
Re:Trigger goes of after
« Reply #2 on: 03 Jul 2003, 19:14:40 »
cheers, kohuma!!