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: Prerequisite triggers that allow other triggers to be activated  (Read 736 times)

0 Members and 1 Guest are viewing this topic.

n00biFied

  • Guest
I have come across a problem in my map i'm making. I want some soldiers to be able to radio in artillery on a key location. But i dont want them to be able to  activate the radio until they get into the right position. So to sum up my problem, how would i make a trigger that would allow another trigger to be activated?

MPKING

  • Guest
Make a trigger and put this in its activation field NAME_IN_FUP = 1 and then make the trigger you want to be activated and put this in its condition field NAME_IN_FUP == 1
You can read this and more in Snypirs excelent realistic mission design tutorial ;)

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
I have recently discovered the power of synchronization right in the mission editor.  It will have the same effect you are looking for if done properly.

n00biFied

  • Guest
thanks
« Reply #3 on: 14 Jun 2003, 17:53:15 »
Thanks guys, i'll try it out.