OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started 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
-
create a trigger that covers the entire map, activated by east present, 'on activation' code
{_x setface "face_name"} foreach thislist
repeat for west side.