Home   Help Search Login Register  

Author Topic: faces?  (Read 1171 times)

0 Members and 1 Guest are viewing this topic.

topman18

  • Guest
faces?
« 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

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: faces?
« Reply #1 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.