OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Gooner861 on 10 Aug 2004, 21:06:51
-
How can i get a trigger to be activated only by the player? I need the trigger to be activated when you yourself get to a specific place and i cant be certain that other west units wont get to that location before i do.
Cheers
Gooner
-
Group the trigger with the unit.
I.e., press F2, select the trigger, and draw a line to the unit.
That way, only the unit can trigger the trigger..
Or you could do something like:
Present West.
Condition: this && playerUnit in thislist && count thislist == 1
But the previous solution is better.
-
Group the trigger to the player, like it was another loon. You now have new options in the On Activation box.
Edit: I must get a faster zimmer frame. ::)