Team doors


(Ozzie) #1

Is it possible to use a script to assioate a team door with a team?

What I want to do is have some axis team doors in a bunker, when the allies take control of the bunker (once and for all like Oasis wall blown), the team doors change to allied team doors.


(Flash95) #2

perhaps you would have to make two sets of doors and use the script to change them from invisible to visible

Script somthing like this…
setstate axisdoors invisible
setstate alliesdoors default

have not tried it but it should work

make sure you give every entity a targetname of “axisdoors” or “alliesdoor” including the origin.

good luck