OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: ZapBrannigan on 01 Dec 2007, 05:35:18

Title: All units in a trigger
Post by: ZapBrannigan on 01 Dec 2007, 05:35:18
Hello

I need to make all the racs units in a triger, setcaptive true. Any ideas how to do it?

thanks
Title: Re: All units in a trigger
Post by: LCD on 01 Dec 2007, 07:22:52
condition :

RACS presnet

condition line :

this

On activation :

{_x setcaptive true} foreach thislist

:D

LCD OUT
Title: Re: All units in a trigger
Post by: ZapBrannigan on 03 Dec 2007, 00:06:55
hey thanks