OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: topman18 on 06 Oct 2006, 01:58:50

Title: faces?
Post by: topman18 on 06 Oct 2006, 01:58:50
is it possible to set  a face for everybody to use in a mission ?
like  i want all west to use on face, east another
Title: Re: faces?
Post by: bedges on 06 Oct 2006, 14:08:17
create a trigger that covers the entire map, activated by east present, 'on activation' code

Code: [Select]
{_x setface "face_name"} foreach thislist
repeat for west side.