Home   Help Search Login Register  

Author Topic: Trigger reacting only for the player  (Read 527 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