OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: marshmanguy on 29 Jun 2005, 00:13:33

Title: Trigger reacting only for the player
Post by: marshmanguy 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?
Title: Re:Trigger reacting only for the player
Post by: MrN 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.
Title: Re:Trigger reacting only for the player
Post by: marshmanguy on 29 Jun 2005, 03:45:07
Thanks