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 reacting only for the player  (Read 643 times)

0 Members and 1 Guest are viewing this topic.

Offline marshmanguy

  • Members
  • *
Trigger reacting only for the player
« on: 29 Jun 2005, 00:13:33 »
Is there any way to make the trigger = true ONLY if the player is within the radius rather than one unit of any side?  Like, right now, if my trigger is "west present", any unit of the west side can set it off, is there any way that only the player will set it true, even if he is on west?

Offline MrN

  • Contributing Member
  • **
  • Pffff
Re:Trigger reacting only for the player
« Reply #1 on: 29 Jun 2005, 00:23:13 »
Group (F2 and drag from trigger to unit) the player unit to the trigger, then check the trigger activation. There'll be a few different options for you.
In the 60's, people took acid to make the world weird. Now the world is weird and people take Prozac to make it normal.

Offline marshmanguy

  • Members
  • *
Re:Trigger reacting only for the player
« Reply #2 on: 29 Jun 2005, 03:45:07 »
Thanks