Author Topic: Door  (Read 2251 times)

Fun-Owner

  • Posts: 37
  • Turrets: +4/-9
Door
« on: May 02, 2009, 08:02:32 pm »
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

  • Posts: 61
  • Turrets: +5/-0
Re: Door
« Reply #1 on: May 02, 2009, 08:13:50 pm »
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

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: Door
« Reply #2 on: May 02, 2009, 08:34:19 pm »
Or just give both doors 'team' key with the same value.

Fun-Owner

  • Posts: 37
  • Turrets: +4/-9
Re: Door
« Reply #3 on: May 02, 2009, 09:17:17 pm »
Thank you very much WaxyChicken and UniqPhoeniX
Thank you!