OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: JasonO on 31 Jul 2006, 16:26:58

Title: Trigger activates only if a person is there
Post 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  :)
Title: Re: Trigger activates only if a person is there
Post by: MehMan on 31 Jul 2006, 16:55:16
Put this as a condition: person/objectyouwant in thislist
Title: Re: Trigger activates only if a person is there
Post by: JasonO on 31 Jul 2006, 17:10:30
Put this as a condition: person/objectyouwant in thislist

Works, thanks for your help ;)