News:

Come Chat with us live! Learn how HERE!

Main Menu

Door

Started by Fun-Owner, May 02, 2009, 08:02:32 PM

Fun-Owner

Hello

I have 1 question:

How to make a doors that one of them go at right and the other one go at left?

Thank you!

WaxyChicken

make 2 doors.
set the angle on one door to be the reverse of the other door.
(like one has angle 90 and the other has angle -90)

give both doors this:
Key: targetname
value: MyFirstDoors

draw a brush using the trigger texture.
right click on it and make it a trigger_multiple.

select the trigger multiple and both doors.
press CTRL K

now when you touch that invisible trigger, both doors will open.

i left out some details but with some experimentation you will learn alot and it will become easy for you to get it right the first time when making double doors.



UniqPhoeniX

Or just give both doors 'team' key with the same value.

Fun-Owner

Thank you very much WaxyChicken and UniqPhoeniX
Thank you!