OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: JasonO on 29 Sep 2007, 12:14:06

Title: Civilians - Turn large numbers into Enemys for west
Post by: JasonO on 29 Sep 2007, 12:14:06
Hi there
I've been looking around for solutions to making a large number of civilians go on the east side so they become enemies to west (and won't be friendly fire if killed by west).

I know theres the way of putting them in a east leaders group, however with a large number of civilians I don't want to have each of them in a group.

Any ideas?
Thanks

JasonO
Title: Re: Civilians - Turn large numbers into Enemys for west
Post by: Mandoble on 29 Sep 2007, 13:35:26
Try
Code: [Select]
civilian setFriend [west , 0]; west setFriend [civilian , 0]