OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: JasonO on 31 Jul 2006, 16:26:58
-
Hi
I have a mission where a squad must go somewhere.
When they get to this location, I want it so the trigger wont activate unless a specific person is there with them. If this person isnt with them I want to do exit the script.
How would I possibly do this?
Thanks :)
-
Put this as a condition: person/objectyouwant in thislist
-
Put this as a condition: person/objectyouwant in thislist
Works, thanks for your help ;)