When one door is open the others can't open

Gizmo DK

Newbie
Joined
Feb 10, 2005
Messages
50
Reaction score
0
Hi

I like to know how I can make many doors and when you open one of them the others can't be open. Like it is in the fun_allinone map in 1.6.
And plz tell it in a easy way... Like this:

1. do that
2. And that
3. And now you have maked it ;)!

Hope you know what i mean :D ..
 
Lock all other doors when some door opens and unlock them when the door closes.
 
I'll start you out:

make some doors (brush tied to func_door or func_door_rotating).
give each a name.
select one, give it a unique Name (i.e. door1)
go to outputs.
add an ouput
OnOpen door2 Lock <none> 0.0
add another
OnClose door2 Unlock <none> 0.0

do the same for each door.
you may have to tweak things

This is really very very simple. dont post questions like this unless a half-hour with google and valve's documentation doesn't work. Try and fail before you post, howabout. This is your map, don't expect anyone here to make it for you.
 
omg how many ppl are working on fun_allinone ive started it also
 
Back
Top